From 993b34d668e6bfe53dd6bf48ada109726e4d65c0 Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Thu, 1 May 2025 23:09:18 -0500 Subject: [PATCH] patch: login/register styles --- templates/user/login.html.twig | 8 ++++---- templates/user/register.html.twig | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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 %} -