aboutsummaryrefslogtreecommitdiff
path: root/qc_app/templates/dbupdate_error.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/dbupdate_error.html
parent103c4bc302f8c3038b9084aa2126a75db1261cd6 (diff)
downloadgn-uploader-f89886e23c291adf8c88f79f7457f695026bf956.tar.gz
Update templates to use bootstrap classes.
Diffstat (limited to 'qc_app/templates/dbupdate_error.html')
-rw-r--r--qc_app/templates/dbupdate_error.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/qc_app/templates/dbupdate_error.html b/qc_app/templates/dbupdate_error.html
index 83e34fe..e1359d2 100644
--- a/qc_app/templates/dbupdate_error.html
+++ b/qc_app/templates/dbupdate_error.html
@@ -5,7 +5,7 @@
{%block contents%}
<h1 class="heading">database update error</h2>
-<p class="alert-error">
+<p class="alert-danger">
<strong>Database Update Error</strong>: {{error_message}}
</p>