From fa66d13fa807fcf75fd04e8bfa8c75c3adde85f6 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 4 Dec 2021 22:43:29 -0600 Subject: [PATCH] fix --- files/templates/sign_up.html | 201 ++++++++++++++--------------------- 1 file changed, 82 insertions(+), 119 deletions(-) diff --git a/files/templates/sign_up.html b/files/templates/sign_up.html index e3b84abb3..f4bd1c769 100644 --- a/files/templates/sign_up.html +++ b/files/templates/sign_up.html @@ -1,158 +1,121 @@ - - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - + + + + + + + - {% if ref_user %}{{ref_user.username}} invites you to {{'SITE_NAME' | app_config}}{% else %}Sign up - {{'SITE_NAME' | app_config}}{% endif %} + {% if ref_user %}{{ref_user.username}} invites you to {{'SITE_NAME' | app_config}}{% else %}Sign up - {{'SITE_NAME' | app_config}}{% endif %} - + - - + {% assets 'css' %} + + {% endassets %} + - + {% if ref_user %} +

@{{ref_user.username}} has invited you!

+

Looks like someone wants you to join {{'SITE_NAME' | app_config}}.

+ {% else %} +

Create your account.

+

No email address required.

+ {% endif %} -
-
+
-
+ {% if error %}{{error}}
{% endif %} -
+ + -
+ {% if redirect %}{% endif %} + {% if ref_user %} + {% endif %} - + -
+ + - {% if ref_user %} -

@{{ref_user.username}} has invited you!

-

Looks like someone wants you to join {{'SITE_NAME' | app_config}}.

- {% else %} -

Create your account.

-

No email address required.

- {% endif %} + - + (optional) - {% if error %}{{error}}
{% endif %} + - - + - {% if redirect %}{% endif %} - {% if ref_user %} - {% endif %} + + Minimum of 8 + characters + required. + Your password meets the requirements. + - + - - + +
+ + +
- + {% if hcaptcha %} +
+ {% endif %} - (optional) + - +
+ Already have an account? +
- + - - Minimum of 8 - characters - required. - Your password meets the requirements. - +
- + - -
- - -
- - {% if hcaptcha %} -
- {% endif %} - - - -
- Already have an account? -
- - - -
- -
- -
- -
- -
- -
- -
- - -
- -
- -
- - - - -{% if hcaptcha %} + {% if hcaptcha %} -{% endif %} + {% endif %} - +