summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/error.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/templates/error.html')
-rw-r--r--ishtar_common/templates/error.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/ishtar_common/templates/error.html b/ishtar_common/templates/error.html
new file mode 100644
index 000000000..069796184
--- /dev/null
+++ b/ishtar_common/templates/error.html
@@ -0,0 +1,6 @@
+{% extends "500.html" %}
+{% load i18n %}
+{% block error %}
+<h3>{{error_title}}</h3>
+<p>{{error}}</p>
+{% endblock %}