diff options
Diffstat (limited to 'hyperkitty/templates/index.html')
-rw-r--r-- | hyperkitty/templates/index.html | 8 |
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> |