Pass selected template id to api when creating job.

Moved query params for original file name and template id
to session.
This commit is contained in:
Adam Shimali
2016-02-01 11:28:36 +00:00
parent c5100ad176
commit b73a5d8710
4 changed files with 38 additions and 30 deletions

View File

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