From 20dcdaa6996a2f109765c2f2ae00a3aea6683b49 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 23 May 2019 17:52:22 +0200 Subject: Document generation: display an error page for template error --- ishtar_common/templates/error.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ishtar_common/templates/error.html (limited to 'ishtar_common/templates/error.html') 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 %} +

{{error_title}}

+

{{error}}

+{% endblock %} -- cgit v1.2.3