UX Improvements for Home page and Accessibility Statement page

This commit is contained in:
2024-07-31 16:52:05 +01:00
parent 6f4e329258
commit 0201b85836
2341 changed files with 11763 additions and 296638 deletions

View File

@@ -37,7 +37,7 @@ class Model_View_Home(Model_View_Base):
print(f'info_user: {info_user}')
return super(Model_View_Home, cls).__new__(cls, db, info_user, app)
"""
def __init__(self, app):
def __init__(self, app, db):
# Constructor
super().__init__(app)
super().__init__(app=app, db=db)