summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/500.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-01-04 15:42:13 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-01-04 15:55:34 +0100
commit18dca8fc476ec8724adb15ecd7aa9fe02813b416 (patch)
tree16b643ddfb89bf6bdef58a3ba242204e973eb351 /hyperkitty/templates/500.html
parent71dfea04c7ff73444902c2e796df8700fde17307 (diff)
downloadhyperkitty-18dca8fc476ec8724adb15ecd7aa9fe02813b416.tar.gz
hyperkitty-18dca8fc476ec8724adb15ecd7aa9fe02813b416.tar.xz
hyperkitty-18dca8fc476ec8724adb15ecd7aa9fe02813b416.zip
Make the page title dynamic
Diffstat (limited to 'hyperkitty/templates/500.html')
-rw-r--r--hyperkitty/templates/500.html5
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