From 5f9348cd0509ca9c799542a70adcde4f807830db 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/500.html | 2 ++ ishtar_common/templates/error.html | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 ishtar_common/templates/error.html (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/500.html b/ishtar_common/templates/500.html index f48c2393d..9815a17f4 100644 --- a/ishtar_common/templates/500.html +++ b/ishtar_common/templates/500.html @@ -19,8 +19,10 @@
{% block content %} + {% block error %}

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

{% endblock %} + {% endblock %}

{% trans "Back to main page" %}