aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates/dbupdate_error.html
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/templates/dbupdate_error.html')
-rw-r--r--uploader/templates/dbupdate_error.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/uploader/templates/dbupdate_error.html b/uploader/templates/dbupdate_error.html
new file mode 100644
index 0000000..e1359d2
--- /dev/null
+++ b/uploader/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-danger">
+ <strong>Database Update Error</strong>: {{error_message}}
+</p>
+
+{%endblock%}