From 6f1f1032f621d0e02fc081bedd231c3da405903b Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Thu, 10 Jul 2025 10:32:38 -0500 Subject: [PATCH] fix: standardizes styles of the 'bare' template for pre-authenticated pages --- templates/bare.html.twig | 2 +- templates/user/login.html.twig | 2 +- templates/user/reset_password/check_email.html.twig | 2 +- templates/user/reset_password/request.html.twig | 2 +- templates/user/reset_password/reset.html.twig | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/bare.html.twig b/templates/bare.html.twig index 24bf2b1..08b05b6 100644 --- a/templates/bare.html.twig +++ b/templates/bare.html.twig @@ -15,7 +15,7 @@

Torsearch

-
+
{% block body %}{% endblock %}
Sign In diff --git a/templates/user/login.html.twig b/templates/user/login.html.twig index b234959..1c09573 100644 --- a/templates/user/login.html.twig +++ b/templates/user/login.html.twig @@ -3,7 +3,7 @@ {% block title %}Log in — Torsearch{% endblock %} {% block body %} -
+

Login

{% if error %} diff --git a/templates/user/reset_password/check_email.html.twig b/templates/user/reset_password/check_email.html.twig index edc112a..b6c3fa4 100644 --- a/templates/user/reset_password/check_email.html.twig +++ b/templates/user/reset_password/check_email.html.twig @@ -3,7 +3,7 @@ {% block title %}Password Reset Email Sent{% endblock %} {% block body %} -
+

Head over to your email

diff --git a/templates/user/reset_password/request.html.twig b/templates/user/reset_password/request.html.twig index b78ff63..cd90767 100644 --- a/templates/user/reset_password/request.html.twig +++ b/templates/user/reset_password/request.html.twig @@ -3,7 +3,7 @@ {% block title %}Reset your password — Torsearch{% endblock %} {% block body %} -
+

Reset your password

diff --git a/templates/user/reset_password/reset.html.twig b/templates/user/reset_password/reset.html.twig index 37bc967..1126fc4 100644 --- a/templates/user/reset_password/reset.html.twig +++ b/templates/user/reset_password/reset.html.twig @@ -3,7 +3,7 @@ {% block title %}Reset your password — Torsearch{% endblock %} {% block body %} -
+

Reset your password