diff options
Diffstat (limited to 'ishtar_common/templates')
-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 %} |