diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-01-04 15:42:13 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-01-04 15:55:34 +0100 |
commit | 18dca8fc476ec8724adb15ecd7aa9fe02813b416 (patch) | |
tree | 16b643ddfb89bf6bdef58a3ba242204e973eb351 /hyperkitty/templates/user_profile.html | |
parent | 71dfea04c7ff73444902c2e796df8700fde17307 (diff) | |
download | hyperkitty-18dca8fc476ec8724adb15ecd7aa9fe02813b416.tar.gz hyperkitty-18dca8fc476ec8724adb15ecd7aa9fe02813b416.tar.xz hyperkitty-18dca8fc476ec8724adb15ecd7aa9fe02813b416.zip |
Make the page title dynamic
Diffstat (limited to 'hyperkitty/templates/user_profile.html')
-rw-r--r-- | hyperkitty/templates/user_profile.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hyperkitty/templates/user_profile.html b/hyperkitty/templates/user_profile.html index 4362877..e39c0b6 100644 --- a/hyperkitty/templates/user_profile.html +++ b/hyperkitty/templates/user_profile.html @@ -2,6 +2,11 @@ {% load i18n %} {% load hk_generic %} + +{% block title %} +{% trans 'User Profile' %} - {{ app_name|title }} +{% endblock %} + {% block content %} <h1>User Profile <span>- {{ user }}</span></h1> |