diff options
Diffstat (limited to 'qc_app/templates/dbupdate_error.html')
-rw-r--r-- | qc_app/templates/dbupdate_error.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/qc_app/templates/dbupdate_error.html b/qc_app/templates/dbupdate_error.html new file mode 100644 index 0000000..83e34fe --- /dev/null +++ b/qc_app/templates/dbupdate_error.html @@ -0,0 +1,12 @@ +{%extends "base.html"%} + +{%block title%}DB Update Error{%endblock%} + +{%block contents%} +<h1 class="heading">database update error</h2> + +<p class="alert-error"> + <strong>Database Update Error</strong>: {{error_message}} +</p> + +{%endblock%} |