From 996f907fdd00e41b6101ec3eb6bfb40d15d6b442 Mon Sep 17 00:00:00 2001 From: FivePixels Date: Mon, 21 Mar 2022 18:49:06 -0500 Subject: Add login/register HTML --- app/templates/user/login.html | 48 ++++++++++++++++++++++++++++++++++++++-- app/templates/user/register.html | 42 +++++++++++++++++++++++++++++++++-- 2 files changed, 86 insertions(+), 4 deletions(-) diff --git a/app/templates/user/login.html b/app/templates/user/login.html index 350449a..b0634bb 100644 --- a/app/templates/user/login.html +++ b/app/templates/user/login.html @@ -61,8 +61,52 @@ {% block content %}{% endblock %} -

This is the login page.

- +
+
+
+
+
+
+
+

Log in

+
+
+ +
+ + + + +
+
+
+ +
+ + + + +
+
+
+ +
+
+ +
+
+
+
+
+
+
+
+
diff --git a/app/templates/user/register.html b/app/templates/user/register.html index e63ed06..c682ef1 100644 --- a/app/templates/user/register.html +++ b/app/templates/user/register.html @@ -61,8 +61,46 @@ {% block content %}{% endblock %} -

This is the register page.

- +
+
+
+
+
+
+
+

Sign up

+
+
+ +
+ + + + +
+
+
+ +
+ + + + +
+
+
+ +
+
+
+
+
+
+
+
+
-- cgit v1.2.3