diff --git a/files/templates/login/authforms.html b/files/templates/login/authforms.html index c438fcfa4..f9278da56 100644 --- a/files/templates/login/authforms.html +++ b/files/templates/login/authforms.html @@ -14,7 +14,7 @@

{% block authtitle %}{% endblock %}

-

{% block authtext %}{% endblock %}

+

{% block authtext %}{% endblock %}

{% if error %}{{macros.alert(error, true)}}{% endif %} {% if msg %}{{macros.alert(msg, false)}}{% endif %} {% block content %}{% endblock %}