update title in head
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %}FET: {{ flatpage.title }}{% endblock %}
|
||||
{% block title %}{{ flatpage.title }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<!-- Main Content -->
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{% extends 'layout.html' %}
|
||||
{% load static %}
|
||||
|
||||
{% block title %}Social Media{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div class="grid-container">
|
||||
|
||||
Reference in New Issue
Block a user