From 6add9a10aa9d2e73c074bf25426604ea8568e525 Mon Sep 17 00:00:00 2001 From: Carl van Tonder Date: Wed, 4 Apr 2018 13:07:09 -0400 Subject: [PATCH] Fix page title on case study form page --- apps/map/templates/map/form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/map/templates/map/form.html b/apps/map/templates/map/form.html index 1d6ef82..b31bf39 100644 --- a/apps/map/templates/map/form.html +++ b/apps/map/templates/map/form.html @@ -12,7 +12,7 @@ {% endblock %} -{% block title %}{% trans "Submit a Case Study" %}{% endblock %} +{% block page_title %}{% trans "Submit a Case Study" %} - {{ block.super }}{% endblock %} {% block description %}{% trans "Here you can submit a case study for review and it will be added to the map." %}{% endblock %} {% block inner %}