From abbc0328d36c8a52207973162d971fb7c94ec286 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Fri, 11 Oct 2019 16:21:05 +0100 Subject: [PATCH] Update page title block name on signed out page Now matches the block from the GOVUKFrontend template. This is the only page not suffixed by "GOV.UK Notify" so has it's specific content for this block. --- app/templates/views/signedout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/signedout.html b/app/templates/views/signedout.html index 58b57fe10..41b3d1264 100644 --- a/app/templates/views/signedout.html +++ b/app/templates/views/signedout.html @@ -4,7 +4,7 @@ {% endblock %} -{% block page_title %} +{% block pageTitle %} GOV.UK Notify {% endblock %}