Skip to content
Snippets Groups Projects
Commit 5867871d authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Remove spaces

parent 3080443a
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ def import_results():
'''
# TODO: Build in a check if uploaded json is actually a result file and
# not something different
# Add the possibility to add several result files at once.
# Add the possibility to add several result files at once.
import_results_form = ImportResultsForm(prefix='add-result-file-form')
if import_results_form.is_submitted():
if not import_results_form.validate():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment