diff options
Diffstat (limited to 'qc_app/templates/parse_results.html')
-rw-r--r-- | qc_app/templates/parse_results.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qc_app/templates/parse_results.html b/qc_app/templates/parse_results.html index 80d6a2d..ec19812 100644 --- a/qc_app/templates/parse_results.html +++ b/qc_app/templates/parse_results.html @@ -10,7 +10,7 @@ <span class="alert-warning">Job aborted by the user</span> {%endif%} -{{errors_display(errors, "No errors found in the file", "We found the following errors")}} +{{errors_display(errors, "No errors found in the file", "We found the following errors", True)}} {%if errors | length == 0 %} <form method="post" action="{{url_for('dbinsert.select_platform')}}"> |