Add banner back on send sms page

This commit is contained in:
Chris Hill-Scott
2016-02-23 11:24:40 +00:00
parent 2202994fdc
commit db5aa0e092
2 changed files with 15 additions and 3 deletions

View File

@@ -14,14 +14,21 @@
<div class="grid-row">
<div class="column-two-thirds">
{{ sms_message(template.formatted_as_markup) }}
{{ banner(
'You can upload real data, but well only send to your mobile number until you <a href="{}">request to go live</a>'|safe,
'info'
)}}
</div>
</div>
{{file_upload(form.file, button_text='Upload a CSV file')}}
<p>
<a href="{{ url_for('.get_example_csv', service_id=service_id, template_id=template.id) }}">Download an example CSV file</a>
</p>
{{file_upload(form.file, button_text='Upload a CSV file')}}
{% endblock %}