Merge pull request #124 from alphagov/create-job

Uploading csv creates job via api
This commit is contained in:
NIcholas Staples
2016-01-29 11:27:26 +00:00
6 changed files with 88 additions and 21 deletions

View File

@@ -59,6 +59,7 @@
back_link = url_for(".send_sms", service_id=service_id)
)}}
<input type="hidden" name="file_name" value="{{file_name}}" />
</form>
{% endif %}
{% endblock %}