From 919af8dff200be41683f7893416ce004e4ffae42 Mon Sep 17 00:00:00 2001 From: Perfectfire33 Date: Sun, 27 Nov 2022 20:41:33 -0500 Subject: [PATCH] Added Support page and Registration Code Registration code is now required to register an account. Added a support page for donations --- .idea/workspace.xml | 371 +++++++++------------ flaskr/__init__.py | 3 +- flaskr/__pycache__/__init__.cpython-37.pyc | Bin 1583 -> 1632 bytes flaskr/__pycache__/admin.cpython-37.pyc | Bin 2950 -> 2956 bytes flaskr/__pycache__/auth.cpython-37.pyc | Bin 2628 -> 2772 bytes flaskr/__pycache__/support.cpython-37.pyc | Bin 0 -> 485 bytes flaskr/auth.py | 5 + flaskr/support.py | 11 + flaskr/templates/auth/register.html | 2 + flaskr/templates/base.html | 2 + flaskr/templates/support.html | 22 ++ instance/flaskr.sqlite | Bin 147456 -> 147456 bytes 12 files changed, 208 insertions(+), 208 deletions(-) create mode 100644 flaskr/__pycache__/support.cpython-37.pyc create mode 100644 flaskr/support.py create mode 100644 flaskr/templates/support.html diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 27cb55e..6d1cd80 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,15 @@ - + + + + + + + + +