Merge pull request #1021 from alphagov/fix-page-title-send-test

Fix page title on send test page
This commit is contained in:
Chris Hill-Scott
2016-11-14 15:04:52 +01:00
committed by GitHub

View File

@@ -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 %}