From 5da62bcd6e1192f71ae571022451b9c4cf95d889 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 2 May 2020 22:21:01 +0100 Subject: [PATCH] Reuse page title for content title --- templates/about.html | 2 -- templates/content.html | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/about.html b/templates/about.html index f49f858..2991c5b 100644 --- a/templates/about.html +++ b/templates/about.html @@ -7,8 +7,6 @@ {% block headerimage %}{% static "img/header.jpg" %}{% endblock %} {% block content %} - -

About




diff --git a/templates/content.html b/templates/content.html index 0aabf44..c3cc14c 100644 --- a/templates/content.html +++ b/templates/content.html @@ -8,6 +8,7 @@ {% endblock %}
+

{% block title %}{% endblock %}

{% block content %}{% endblock %}
{% endblock%}