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
39e570e0
Commit
39e570e0
authored
Nov 19, 2021
by
c.fortmanngrote
Browse files
Still debugging.
parent
b55f0c50
Pipeline
#251019
failed with stages
in 4 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/templates/results_query.html
View file @
39e570e0
...
...
@@ -6,11 +6,13 @@
</p>
<form
action=
"{{url_for('results') }}"
method=
"post"
enctype=
"multipart/form-data"
>
{{ results_form.hidden_tag() }}
{{ results_form.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>
--> {{ csrf_token() }}
</form>
<form
method=
"post"
>
<input
type=
"hidden"
name=
"csrf_token"
value=
"{{ csrf_token() }}"
/>
...
...
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