From d95d442a8346244fd7d10a89d417e545a5b015c7 Mon Sep 17 00:00:00 2001 From: Perfectfire33 Date: Fri, 1 Jul 2022 15:30:06 -0400 Subject: [PATCH] Updated user list and got navigation bar working --- .idea/workspace.xml | 283 +++++++++++---------- flaskr/__init__.py | 3 + flaskr/__pycache__/__init__.cpython-37.pyc | Bin 1096 -> 1143 bytes flaskr/__pycache__/admin.cpython-37.pyc | Bin 0 -> 1144 bytes flaskr/admin.py | 34 +++ flaskr/static/houseparty.png | Bin 0 -> 5384 bytes flaskr/static/style.css | 3 +- flaskr/templates/admin/admin.html | 6 + flaskr/templates/admin/user_list.html | 18 ++ flaskr/templates/base.html | 36 ++- flaskr/templates/dashboard.html | 1 + instance/flaskr.sqlite | Bin 135168 -> 135168 bytes 12 files changed, 251 insertions(+), 133 deletions(-) create mode 100644 flaskr/__pycache__/admin.cpython-37.pyc create mode 100644 flaskr/admin.py create mode 100644 flaskr/static/houseparty.png create mode 100644 flaskr/templates/admin/admin.html create mode 100644 flaskr/templates/admin/user_list.html diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b8c0269..73df9c3 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,31 +2,15 @@ - - - - - - - - - - - - - - - - - - + + + - - - - - - + + + + +