diff --git a/templates/account/login.html b/templates/account/login.html index b1d8c4c4..3b41c43f 100644 --- a/templates/account/login.html +++ b/templates/account/login.html @@ -6,8 +6,8 @@ {% block title %}Login - ThrillWiki{% endblock %} {% block content %} -
-
+
+

{% trans "Welcome Back" %}

diff --git a/templates/account/partials/login_modal.html b/templates/account/partials/login_modal.html index de075452..5b536172 100644 --- a/templates/account/partials/login_modal.html +++ b/templates/account/partials/login_modal.html @@ -4,11 +4,10 @@
-
-
+
+

{% trans "Welcome Back" %}

- {% get_providers as socialaccount_providers %} - {% if socialaccount_providers %} - - -
- Or continue with email -
- {% endif %} - - {% include "account/partials/login_form.html" %} - -
-

- {% trans "Don't have an account?" %} +

+ {% get_providers as socialaccount_providers %} + {% if socialaccount_providers %} + + +
+ Or continue with email +
+ {% endif %} + + {% include "account/partials/login_form.html" %} + +
+

+ {% trans "Don't have an account?" %} + + {% trans "Sign up" %} + +

+
diff --git a/templates/account/partials/signup_modal.html b/templates/account/partials/signup_modal.html index 315aaee0..ba2cd68d 100644 --- a/templates/account/partials/signup_modal.html +++ b/templates/account/partials/signup_modal.html @@ -5,11 +5,11 @@
-
-
+
+

{% trans "Create Account" %}

- {% get_providers as socialaccount_providers %} - {% if socialaccount_providers %} - +
+ {% get_providers as socialaccount_providers %} + {% if socialaccount_providers %} + -
- Or continue with email -
- {% endif %} - -
- {% csrf_token %} - {% if form.non_field_errors %} -
-
{{ form.non_field_errors }}
+
+ Or continue with email
{% endif %} -
- - - {% if form.username.errors %} -

{{ form.username.errors }}

+ + {% csrf_token %} + {% if form.non_field_errors %} +
+
{{ form.non_field_errors }}
+
{% endif %} -
-
- - - {% if form.email.errors %} -

{{ form.email.errors }}

- {% endif %} -
+
+ + + {% if form.username.errors %} +

{{ form.username.errors }}

+ {% endif %} +
-
- +
+ + + {% if form.email.errors %} +

{{ form.email.errors }}

+ {% endif %} +
+ +
+ + + {% if form.password1.errors %} +

{{ form.password1.errors }}

+ {% endif %} +
+
    +
  • + + Must be at least 8 characters long +
  • +
  • + + Can't be too similar to your personal information +
  • +
  • + + Can't be a commonly used password +
  • +
  • + + Can't be entirely numeric +
  • +
+
+
+ +
+ + + {% if form.password2.errors %} +

{{ form.password2.errors }}

+ {% endif %} +
+ + {% turnstile_widget %} + {% if redirect_field_value %} - {% if form.password1.errors %} -

{{ form.password1.errors }}

{% endif %} -
-
    -
  • - - Must be at least 8 characters long -
  • -
  • - - Can't be too similar to your personal information -
  • -
  • - - Can't be a commonly used password -
  • -
  • - - Can't be entirely numeric -
  • -
+ +
+ +
+ + + +
+
+
-
- - - {% if form.password2.errors %} -

{{ form.password2.errors }}

- {% endif %} +
+

+ {% trans "Already have an account?" %} + + {% trans "Sign in" %} + +

- - {% turnstile_widget %} - {% if redirect_field_value %} - - {% endif %} - -
- -
- - - -
-
-
-
-
- -
-

- {% trans "Already have an account?" %} - - {% trans "Sign in" %} - -

diff --git a/templates/account/signup.html b/templates/account/signup.html index f617baf7..ba5bbbfd 100644 --- a/templates/account/signup.html +++ b/templates/account/signup.html @@ -7,8 +7,8 @@ {% block title %}Register - ThrillWiki{% endblock %} {% block content %} -
-
+
+

{% trans "Create Account" %}