aboutsummaryrefslogtreecommitdiff
path: root/qc_app/templates/errors_display.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-06-12 14:51:44 -0500
committerFrederick Muriuki Muriithi2024-06-12 14:51:44 -0500
commitf89886e23c291adf8c88f79f7457f695026bf956 (patch)
treee81683adf79c503ab73c15404e45def90fab10c3 /qc_app/templates/errors_display.html
parent103c4bc302f8c3038b9084aa2126a75db1261cd6 (diff)
downloadgn-uploader-f89886e23c291adf8c88f79f7457f695026bf956.tar.gz
Update templates to use bootstrap classes.
Diffstat (limited to 'qc_app/templates/errors_display.html')
-rw-r--r--qc_app/templates/errors_display.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/qc_app/templates/errors_display.html b/qc_app/templates/errors_display.html
index f1e27a6..0ee5e85 100644
--- a/qc_app/templates/errors_display.html
+++ b/qc_app/templates/errors_display.html
@@ -3,7 +3,7 @@
{%if errors | length == 0 %}
<span {%if complete%}class="alert-success"{%endif%}>{{no_error_msg}}</span>
{%else %}
-<p class="alert-error">{{error_message}}</p>
+<p class="alert-danger">{{error_message}}</p>
<table class="reports-table">
<thead>