diff options
Diffstat (limited to 'hyperkitty/templates/register.html')
-rw-r--r-- | hyperkitty/templates/register.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hyperkitty/templates/register.html b/hyperkitty/templates/register.html index bcd955a..7d665ab 100644 --- a/hyperkitty/templates/register.html +++ b/hyperkitty/templates/register.html @@ -1,6 +1,11 @@ {% extends "base.html" %} {% load i18n %} + +{% block title %} +{% trans 'Register' %} - {{ app_name|title }} +{% endblock %} + {% block content %} <form action="" method="post" class="login mm_clear"> |