From 7bcf2e24d8b8dd7034764a29795ad08a6b66bfea Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 5 Sep 2018 16:39:02 +0200 Subject: 500 page --- ishtar_common/templates/500.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ishtar_common/templates/500.html (limited to 'ishtar_common/templates/500.html') diff --git a/ishtar_common/templates/500.html b/ishtar_common/templates/500.html new file mode 100644 index 000000000..dbe2278a7 --- /dev/null +++ b/ishtar_common/templates/500.html @@ -0,0 +1,17 @@ +{% load i18n %} + + + + {% block title %}Ishtar{% if APP_NAME %} - {{APP_NAME}}{%endif%}{% endblock %} + + + + +
+

{% trans "An error has occured. The support team has been warned." %}

+

{% trans "Back to main page" %}

+
+ + + + -- cgit v1.2.3