From 18dca8fc476ec8724adb15ecd7aa9fe02813b416 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Fri, 4 Jan 2013 15:42:13 +0100 Subject: Make the page title dynamic --- hyperkitty/templates/500.html | 5 +++++ hyperkitty/templates/index.html | 8 +++++++- hyperkitty/templates/login.html | 5 +++++ hyperkitty/templates/message.html | 5 +++++ hyperkitty/templates/month_view.html | 5 +++++ hyperkitty/templates/recent_activities.html | 5 +++++ hyperkitty/templates/register.html | 5 +++++ hyperkitty/templates/search.html | 5 +++++ hyperkitty/templates/thread.html | 5 +++++ hyperkitty/templates/user_profile.html | 5 +++++ 10 files changed, 52 insertions(+), 1 deletion(-) (limited to 'hyperkitty/templates') 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 %}