From c81d023ba7d01030f91f8d550cbc04b852968330 Mon Sep 17 00:00:00 2001 From: Perfectfire33 Date: Wed, 6 Jul 2022 21:45:38 -0400 Subject: [PATCH] Fixed Blog with other authors not showing up Also fixed static images across the app --- .idea/workspace.xml | 248 +++++++++++--------- flaskr/__init__.py | 3 - flaskr/__pycache__/__init__.cpython-37.pyc | Bin 1586 -> 1535 bytes flaskr/__pycache__/admin.cpython-37.pyc | Bin 2171 -> 2330 bytes flaskr/__pycache__/blog.cpython-37.pyc | Bin 2622 -> 2636 bytes flaskr/__pycache__/user_edit.cpython-37.pyc | Bin 1125 -> 0 bytes flaskr/admin.py | 23 +- flaskr/blog.py | 8 +- flaskr/templates/about.html | 2 +- flaskr/templates/admin/user_edit.html | 2 + flaskr/templates/admin/user_list.html | 2 +- flaskr/templates/base.html | 12 +- flaskr/templates/blog/index.html | 2 +- flaskr/templates/home.html | 8 +- flaskr/templates/services.html | 8 +- flaskr/user_edit.py | 61 ----- instance/flaskr.sqlite | Bin 143360 -> 143360 bytes 17 files changed, 166 insertions(+), 213 deletions(-) delete mode 100644 flaskr/__pycache__/user_edit.cpython-37.pyc delete mode 100644 flaskr/user_edit.py diff --git a/.idea/workspace.xml b/.idea/workspace.xml index cc7ecb9..831cf3c 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,16 +3,17 @@ + - - + - + +