diff --git a/templates/user/login.html.twig b/templates/user/login.html.twig index 8402c15..92de17a 100644 --- a/templates/user/login.html.twig +++ b/templates/user/login.html.twig @@ -3,8 +3,8 @@ {% block title %}Log in — Torsearch{% endblock %} {% block body %} -
-

Login

+
+

Login

{% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
@@ -16,7 +16,7 @@
{% endif %} -