From d9f273ab860069e9d822b7521d80a998d18490e8 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 11 Nov 2016 10:51:40 +0000 Subject: [PATCH] Fix page title on send test page --- app/templates/views/send-test.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/templates/views/send-test.html b/app/templates/views/send-test.html index d564730fc..498eaf8da 100644 --- a/app/templates/views/send-test.html +++ b/app/templates/views/send-test.html @@ -6,7 +6,11 @@ {% from "components/table.html" import list_table, field, text_field, index_field, index_field_heading %} {% block page_title %} - Send text messages – GOV.UK Notify + {% if request.args['help'] %} + Example text message + {% else %} + Send yourself a test + {% endif %} – GOV.UK Notify {% endblock %} {% block maincolumn_content %}