Added Support page and Registration Code
authorPerfectfire33 <perfectfireiii@gmail.com>
Mon, 28 Nov 2022 01:41:33 +0000 (20:41 -0500)
committerPerfectfire33 <perfectfireiii@gmail.com>
Mon, 28 Nov 2022 01:41:33 +0000 (20:41 -0500)
commit919af8dff200be41683f7893416ce004e4ffae42
tree2f462ecbb933c4573f419a0f60d6f8583d5d99a5
parent70f8c0e6cc5eab985a1ed99017af4fbe404a1376
Added Support page and Registration Code

Registration code is now required to register an account. Added a support page for donations
12 files changed:
.idea/workspace.xml
flaskr/__init__.py
flaskr/__pycache__/__init__.cpython-37.pyc
flaskr/__pycache__/admin.cpython-37.pyc
flaskr/__pycache__/auth.cpython-37.pyc
flaskr/__pycache__/support.cpython-37.pyc [new file with mode: 0644]
flaskr/auth.py
flaskr/support.py [new file with mode: 0644]
flaskr/templates/auth/register.html
flaskr/templates/base.html
flaskr/templates/support.html [new file with mode: 0644]
instance/flaskr.sqlite