From ca35670c1d7717477f212722c448d9de9da5bf23 Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Wed, 24 Jan 2018 16:24:31 +0000 Subject: [PATCH] Correctly name the header --- opentech/apply/funds/templates/funds/round.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/opentech/apply/funds/templates/funds/round.html b/opentech/apply/funds/templates/funds/round.html index db8010fbc..953606218 100644 --- a/opentech/apply/funds/templates/funds/round.html +++ b/opentech/apply/funds/templates/funds/round.html @@ -1,3 +1,5 @@ {% extends "funds/fund_type.html" %} +{% block page_title %}{{ page.get_parent.title }}{% endblock %} + {% block title %}{{ page.get_parent.title }}{% endblock %} -- GitLab