Remove spaces

This commit is contained in:
Stephan Porada 2020-07-03 14:46:04 +02:00
parent 3080443a81
commit 5867871de2

View File

@ -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():