summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/index.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/index.html
parent71dfea04c7ff73444902c2e796df8700fde17307 (diff)
downloadhyperkitty-18dca8fc476ec8724adb15ecd7aa9fe02813b416.tar.gz
hyperkitty-18dca8fc476ec8724adb15ecd7aa9fe02813b416.tar.xz
hyperkitty-18dca8fc476ec8724adb15ecd7aa9fe02813b416.zip
Make the page title dynamic
Diffstat (limited to 'hyperkitty/templates/index.html')
-rw-r--r--hyperkitty/templates/index.html8
1 files changed, 7 insertions, 1 deletions
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 %}
-<h1>{% trans 'Lists' %}</h1>
+<h1>{% trans 'Available lists' %}</h1>
<table class="table table-bordered table-striped">
<tbody>