diff options
Diffstat (limited to 'ishtar_common/templates/500.html')
| -rw-r--r-- | ishtar_common/templates/500.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ </header> <div class="container"> {% block content %} + {% block error %} <h3>{% trans "An error has occured. The support team has been warned." %}</h3> {% endblock %} + {% endblock %} <p><a href='/'>{% trans "Back to main page" %}</a></p> </div> <div id="footer"> |
