Skip to content
Snippets Groups Projects

WIP: Upload issues

Merged Carsten Fortmann-Grote requested to merge upload_issues into master
Compare and Show latest version
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
0
@@ -18,9 +18,11 @@
{{ dropzone.config()}}
</p>
<p>
{% if confirmation_form is not None %}
<form action="{{ url_for('submit') }}" method="post" enctype="multipart/form-data">
{{ confirmation_form.hidden_tag() }}
{{ confirmation_form.go(title="Confirm file uploads") }}
</form>
{% endif %}
</p>
{% endblock %}
Loading