diff options
Diffstat (limited to 'qc_app/templates/job_progress.html')
-rw-r--r-- | qc_app/templates/job_progress.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qc_app/templates/job_progress.html b/qc_app/templates/job_progress.html index acced9b..1b08814 100644 --- a/qc_app/templates/job_progress.html +++ b/qc_app/templates/job_progress.html @@ -25,7 +25,7 @@ </div> <div> - {{errors_display(errors, "No errors found so far", "We have found the following errors so far")}} + {{errors_display(errors, "No errors found so far", "We have found the following errors so far", False)}} </div> {%endblock%} |