diff --git a/src/templates/login.html b/src/templates/login.html index 335e601..0a1bd3c 100644 --- a/src/templates/login.html +++ b/src/templates/login.html @@ -13,7 +13,7 @@

{{ i18n.t('auth.login_form_title') }}

{% if login_hint != "" and login_hint != None %}
- {{ login_hint }} + {{ login_hint|safe }}
{% endif %}