From 4b4c85d7898f11524019011c4f8f64e0e0bb8ce5 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 6 Mar 2023 19:37:30 +0200 Subject: [PATCH] add bottom margin and padding to login and signup pages --- files/templates/login/login.html | 2 +- files/templates/login/sign_up.html | 2 +- files/templates/login/sign_up_failed_ref.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/login/login.html b/files/templates/login/login.html index 6efa9a606..d30a08b3c 100644 --- a/files/templates/login/login.html +++ b/files/templates/login/login.html @@ -26,7 +26,7 @@ type="password" name="password" required> Forgot password? -
+
Don't have an account?
diff --git a/files/templates/login/sign_up.html b/files/templates/login/sign_up.html index 8bd3158db..7b69e343a 100644 --- a/files/templates/login/sign_up.html +++ b/files/templates/login/sign_up.html @@ -99,7 +99,7 @@ -
+
Already have an account?
diff --git a/files/templates/login/sign_up_failed_ref.html b/files/templates/login/sign_up_failed_ref.html index ad84a1778..b5566d6dd 100644 --- a/files/templates/login/sign_up_failed_ref.html +++ b/files/templates/login/sign_up_failed_ref.html @@ -13,7 +13,7 @@ {% set link = SITE_FULL ~ "/signup?ref=" ~ request.values.get('ref') %} -
+
Already have an account?
{% endblock %}