summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
diff options
context:
space:
mode:
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
commiteace6aa5e6763e03c99c27be0e56da360076aa0d (patch)
tree6c9b6842bafe5e3ea3a7240c53a1d0a171608f8f /ishtar_common/templates
parente1a3d19f4b28c9b77bc711d7222e163b8f41a1ff (diff)
downloadIshtar-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')
-rw-r--r--ishtar_common/templates/error.html3
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 %}