From f7040c44fd0532b4ed5da620374f21e725fa2f66 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sun, 5 Dec 2021 10:15:02 -0600 Subject: [PATCH] fix --- files/templates/login.html | 171 +++++++++++++++++------------------ files/templates/sign_up.html | 2 - 2 files changed, 81 insertions(+), 92 deletions(-) diff --git a/files/templates/login.html b/files/templates/login.html index 9cec011df..4aaac6056 100644 --- a/files/templates/login.html +++ b/files/templates/login.html @@ -1,120 +1,111 @@ +{% set random = range(1, 13)|random() %} - - + - + + + + + + + + + - {% block title %} - Login - {{'SITE_NAME' | app_config}} - {% endblock %} - + + + + + + + - - - + Login - {{'SITE_NAME' | app_config}}{% endif %} + + + {% assets 'css' %} + + {% endassets %} + + + + + - + - +
+
-
-
+
+ logo +
-
+
-
+
-
+
- + - {% block content %} - -
- -

Welcome back.

- -

Glad to have you back!

- - {% if failed %} - - {% endif %} - - - - - - - - - - - - - - Forgot password? - - - -
- Don't have an account? -
- - - -
- - {% endblock %} - -
+

+ Login to rDrama + or + + Create an Account + +

+
+ +
-
- -
- -
- -
- - +
+ + + + Forgot password? +
-
+ + +
+ + + +
-
- + + + {% include '/awards/Christmas/Snow.html' %} + +
+ + + + {% if hcaptcha %} + + {% endif %} + + + + diff --git a/files/templates/sign_up.html b/files/templates/sign_up.html index 8c4aafa5e..806d373c4 100644 --- a/files/templates/sign_up.html +++ b/files/templates/sign_up.html @@ -146,8 +146,6 @@ {% endif %} - -