mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Merge pull request #1021 from alphagov/fix-page-title-send-test
Fix page title on send test page
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user