From 6c1c79ba4444540f2b9abd3c991d913e779ba6de Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 7 Nov 2022 08:26:37 +0200 Subject: [PATCH] remove insane indentation in a template --- files/templates/forgot_password.html | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/files/templates/forgot_password.html b/files/templates/forgot_password.html index 842224330..b13add7a7 100644 --- a/files/templates/forgot_password.html +++ b/files/templates/forgot_password.html @@ -7,24 +7,22 @@ {% block authtext %}If there's an email address associated with your account, you can use it to recover your {{SITE_NAME}} account and change your password.{% endblock %} {% block content %} +
-
+
- + - + - + - + - + - - -
- -
+ +
{% endblock %}