diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-08-30 10:44:51 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-08-30 10:44:51 +0200 |
commit | eace6aa5e6763e03c99c27be0e56da360076aa0d (patch) | |
tree | 6c9b6842bafe5e3ea3a7240c53a1d0a171608f8f /ishtar_common/templates/error.html | |
parent | e1a3d19f4b28c9b77bc711d7222e163b8f41a1ff (diff) | |
download | Ishtar-eace6aa5e6763e03c99c27be0e56da360076aa0d.tar.bz2 Ishtar-eace6aa5e6763e03c99c27be0e56da360076aa0d.zip |
Secretary patch to fix error report. General catch of secretary errors to display an error page.
Diffstat (limited to 'ishtar_common/templates/error.html')
-rw-r--r-- | ishtar_common/templates/error.html | 3 |
1 files changed, 3 insertions, 0 deletions
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 %} <h3>{{error_title}}</h3> <p>{{error}}</p> +{% if back_url %} +<p><a href="{{back_url}}">{% trans "Back to your page" %}</a></p> +{% endif %} {% endblock %} |