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
9
Compare changes
  • Side-by-side
  • Inline
+ 1
9
@@ -104,18 +104,10 @@ def upload():
session['rayt_names'] = rayt_names
session['tree_names'] = tree_names
form.go.render_kw = {'enabled': 'enabled'}
return render_template(
'upload.html',
title="Upload sequences",
confirmation_form=form,
)
form.go.render_kw = {'disabled': 'disabled'}
return render_template(
'upload.html',
title="Upload sequences",
confirmation_form=form,
confirmation_form=form
)
@app.route('/submit', methods=['GET', 'POST'])
Loading