diff options
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> |