Fix page title on send test page

This commit is contained in:
Chris Hill-Scott
2016-11-11 12:47:26 +00:00
parent ac2b18d95a
commit d9f273ab86
+5 -1
View File
@@ -6,7 +6,11 @@
{% from "components/table.html" import list_table, field, text_field, index_field, index_field_heading %} {% from "components/table.html" import list_table, field, text_field, index_field, index_field_heading %}
{% block page_title %} {% 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 %} {% endblock %}
{% block maincolumn_content %} {% block maincolumn_content %}