From edd47873f755633320a43ed8b42b58b657fe554c Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Mon, 17 Jan 2022 16:51:04 +0100 Subject: [PATCH] fixed signup button and autofocus on user input fields --- cookbook/templates/account/login.html | 15 +++++++++++---- cookbook/templates/account/signup.html | 4 ++++ 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/cookbook/templates/account/login.html b/cookbook/templates/account/login.html index fee09f1c..2d5be9a2 100644 --- a/cookbook/templates/account/login.html +++ b/cookbook/templates/account/login.html @@ -19,7 +19,7 @@
-
+
@@ -44,7 +48,7 @@ {% if socialaccount_providers %}
-
+
{% trans "Social Login" %}
{% trans 'You can use any of the following providers to sign in.' %} @@ -62,5 +66,8 @@
{% endif %} + {% endblock %} \ No newline at end of file diff --git a/cookbook/templates/account/signup.html b/cookbook/templates/account/signup.html index 2750af97..baceb2cb 100644 --- a/cookbook/templates/account/signup.html +++ b/cookbook/templates/account/signup.html @@ -71,4 +71,8 @@
+ + {% endblock %} \ No newline at end of file