From fb597308baf76035ed65a68ea99c8a532dec0a80 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 24 Feb 2017 11:58:34 +0000 Subject: [PATCH] Fix page title on all template statistics MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Broke it here: https://github.com/alphagov/notifications-admin/pull/1150/files#diff-79c89468157588a8d045983245158e9bR4 Third time lucky… --- app/templates/views/dashboard/all-template-statistics.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/dashboard/all-template-statistics.html b/app/templates/views/dashboard/all-template-statistics.html index 8bc76fb4d..39857108f 100644 --- a/app/templates/views/dashboard/all-template-statistics.html +++ b/app/templates/views/dashboard/all-template-statistics.html @@ -1,7 +1,7 @@ {% extends "withnav_template.html" %} {% block service_page_title %} - {{ current_service.name }} + All templates used this year {% endblock %} {% block maincolumn_content %}