From c57ebef076438c83a0e408227341398249566ff1 Mon Sep 17 00:00:00 2001 From: stilbruch Date: Wed, 23 Mar 2022 12:30:23 -0500 Subject: User registration and login now works --- app/templates/user/login.html | 16 ++++++++++------ app/templates/user/register.html | 21 +++++++++++++++++---- 2 files changed, 27 insertions(+), 10 deletions(-) (limited to 'app/templates') diff --git a/app/templates/user/login.html b/app/templates/user/login.html index 7a671c1..9aaf33c 100644 --- a/app/templates/user/login.html +++ b/app/templates/user/login.html @@ -3,26 +3,30 @@ {% block content %}
-
+

Log in

-
+ + + + + {{ form.csrf_token }}
- +
- + - +
- + diff --git a/app/templates/user/register.html b/app/templates/user/register.html index dc61204..6341671 100644 --- a/app/templates/user/register.html +++ b/app/templates/user/register.html @@ -3,17 +3,30 @@ {% block content %}
-
+

Sign up

- + + + + + {{ form.csrf_token }} +
+ +
+ + + + +
+
- + @@ -22,7 +35,7 @@
- + -- cgit v1.2.3