diff options
Diffstat (limited to 'hyperkitty/templates/500.html')
-rw-r--r-- | hyperkitty/templates/500.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hyperkitty/templates/500.html b/hyperkitty/templates/500.html index e8687f4..a2b3d13 100644 --- a/hyperkitty/templates/500.html +++ b/hyperkitty/templates/500.html @@ -1,5 +1,10 @@ {% extends "base.html" %} {% load i18n %} + +{% block title %} +Error ! - {{ app_name|title }} +{% endblock %} + {% block content %} <style> #contentBox |