Add custom file upload to the send SMS page

This is the only place we’re doing file upload at the moment.
This commit is contained in:
Chris Hill-Scott
2016-02-03 13:00:26 +00:00
parent 4447af3fec
commit 0b47656ebc

View File

@@ -1,7 +1,7 @@
{% extends "withnav_template.html" %} {% extends "withnav_template.html" %}
{% from "components/sms-message.html" import sms_message %} {% from "components/sms-message.html" import sms_message %}
{% from "components/page-footer.html" import page_footer %} {% from "components/page-footer.html" import page_footer %}
{% from "components/textbox.html" import textbox %} {% from "components/file-upload.html" import file_upload %}
{% block page_title %} {% block page_title %}
GOV.UK Notify | Send text messages GOV.UK Notify | Send text messages
@@ -29,9 +29,7 @@
type='info' type='info'
) }} ) }}
<p> {{file_upload(form.file)}}
{{textbox(form.file)}}
</p>
<p> <p>
<a href="#">Download an example CSV</a> to test with. <a href="#">Download an example CSV</a> to test with.