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/index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'hyperkitty/templates/index.html') diff --git a/hyperkitty/templates/index.html b/hyperkitty/templates/index.html index 433cf27..c1aa609 100644 --- a/hyperkitty/templates/index.html +++ b/hyperkitty/templates/index.html @@ -1,8 +1,14 @@ {% extends "base.html" %} {% load i18n %} + + +{% block title %} +{% trans 'Available lists' %} - {{ app_name|title }} +{% endblock %} + {% block content %} -

{% trans 'Lists' %}

+

{% trans 'Available lists' %}

-- cgit