diff options
Diffstat (limited to 'hyperkitty/templates/index.html')
-rw-r--r-- | hyperkitty/templates/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hyperkitty/templates/index.html b/hyperkitty/templates/index.html index 4318495..433cf27 100644 --- a/hyperkitty/templates/index.html +++ b/hyperkitty/templates/index.html @@ -1,6 +1,7 @@ {% extends "base.html" %} {% load i18n %} {% block content %} + <h1>{% trans 'Lists' %}</h1> <table class="table table-bordered table-striped"> @@ -17,6 +18,8 @@ </tbody> </table> +<img id="logo" alt="HyperKitty" src="{{STATIC_URL}}img/logo.png" /> + {% endblock %} {# vim: set noet: #} |