diff options
Diffstat (limited to 'qc_app/templates/parse_results.html')
-rw-r--r-- | qc_app/templates/parse_results.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qc_app/templates/parse_results.html b/qc_app/templates/parse_results.html index 8d39359..358c5e8 100644 --- a/qc_app/templates/parse_results.html +++ b/qc_app/templates/parse_results.html @@ -6,6 +6,10 @@ {%block contents%} <h1 class="heading">{{job_name}}: parse results</h2> +{%if user_aborted%} +<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")}} {%endblock%} |