Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpievolbio-scicomp
RepinPop
Commits
dbb2513a
Commit
dbb2513a
authored
Nov 19, 2021
by
c.fortmanngrote
Browse files
Still debugging.
parent
c12f7326
Pipeline
#251007
failed with stages
in 3 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/templates/results_query.html
View file @
dbb2513a
...
...
@@ -6,11 +6,13 @@
</p>
<form
action=
"{{url_for('results') }}"
method=
"post"
enctype=
"multipart/form-data"
>
{{ results_form.hidden_tag() }}
<input
type=
"hidden"
name=
"csrf_token"
value=
"{{ csrf_token() }}"
/>
<p>
{{ results_form.run_id.label }}
{{ results_form.run_id(title="Enter your run ID.") }}
{{ results_form.go(title=results_form.go.description) }}
</p>
</form>
<form
method=
"post"
>
<input
type=
"hidden"
name=
"csrf_token"
value=
"{{ csrf_token() }}"
/>
</form>
{% endblock %}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment