From eace6aa5e6763e03c99c27be0e56da360076aa0d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 30 Aug 2019 10:44:51 +0200 Subject: Secretary patch to fix error report. General catch of secretary errors to display an error page. --- ishtar_common/templates/error.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/error.html b/ishtar_common/templates/error.html index 069796184..ba334da5a 100644 --- a/ishtar_common/templates/error.html +++ b/ishtar_common/templates/error.html @@ -3,4 +3,7 @@ {% block error %}

{{error_title}}

{{error}}

+{% if back_url %} +

{% trans "Back to your page" %}

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