From ee44372848027a477a322386c323110851d67879 Mon Sep 17 00:00:00 2001 From: stewy Date: Tue, 14 Jun 2022 12:37:28 +0800 Subject: [PATCH 1/2] improved --- app/templates/login.html | 148 +++++++++++++++++++++++++++++++++++--- app/templates/signup.html | 143 ++++++++++++++++++++++++++++++++++-- 2 files changed, 278 insertions(+), 13 deletions(-) diff --git a/app/templates/login.html b/app/templates/login.html index e56b678..028e004 100644 --- a/app/templates/login.html +++ b/app/templates/login.html @@ -5,17 +5,147 @@ You're logged in already! {% else %} + + +
+
+ +
-

- -

-

- -

-

- -

+ + + + + + +
+ + {% endif %} {% endblock %} +jjj \ No newline at end of file diff --git a/app/templates/signup.html b/app/templates/signup.html index eb3e301..0252c18 100644 --- a/app/templates/signup.html +++ b/app/templates/signup.html @@ -7,13 +7,148 @@ You're logged in already! Logout.

{{ get_flashed_messages()[0] | safe }}

-

Sign up here.

+ + + +
+
+
-

-

-

+

+ +

+ +

+ + +
+ {% endif %} {% endblock %} From 6823c1004313b0b697caa9c0dc245825fa9f33b2 Mon Sep 17 00:00:00 2001 From: stewy Date: Tue, 14 Jun 2022 13:25:42 +0800 Subject: [PATCH 2/2] improved --- app/templates/login.html | 16 +--------------- app/templates/signup.html | 16 ---------------- 2 files changed, 1 insertion(+), 31 deletions(-) diff --git a/app/templates/login.html b/app/templates/login.html index 028e004..15b9ec3 100644 --- a/app/templates/login.html +++ b/app/templates/login.html @@ -6,20 +6,7 @@ You're logged in already! {% else %} -