mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
Merge pull request #384 from alphagov/fix-heading-send-page
Fix incorrect heading on send page
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
|
|
||||||
<h1 class="heading-large">Send a batch</h1>
|
<h1 class="heading-large">Send from a CSV file</h1>
|
||||||
|
|
||||||
{% if 'sms' == template.template_type %}
|
{% if 'sms' == template.template_type %}
|
||||||
<div class="grid-row">
|
<div class="grid-row">
|
||||||
@@ -56,4 +56,4 @@
|
|||||||
|
|
||||||
{{file_upload(form.file, button_text='Upload your CSV file')}}
|
{{file_upload(form.file, button_text='Upload your CSV file')}}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user