-
+
+
+
+ {% 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" %}