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