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
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -113,6 +113,7 @@ def upload():
return render_template(
'upload.html',
title="Upload sequences",
confirmation_form=None
)
@app.route('/submit', methods=['GET', 'POST'])
Loading