summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/error.html
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/templates/error.html')
-rw-r--r--ogcp/templates/error.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/ogcp/templates/error.html b/ogcp/templates/error.html
new file mode 100644
index 0000000..878a5de
--- /dev/null
+++ b/ogcp/templates/error.html
@@ -0,0 +1,9 @@
+{% extends 'base.html' %}
+
+{% block content %}
+
+<h1>
+ {{ _('Error!') }}: {{ message }}
+</h1>
+
+{% endblock %}