1.started removal of CDNs.\n 2. Improved modular structure for all parts of project including database.
This commit is contained in:
@@ -21,7 +21,7 @@ class Model_View_Services(Model_View_Base):
|
||||
def title(self):
|
||||
return 'Services'
|
||||
|
||||
def __init__(self, app, db):
|
||||
def __init__(self, hash_page_current=Model_View_Base.HASH_PAGE_SERVICES):
|
||||
# Constructor
|
||||
super().__init__(app=app, db=db)
|
||||
super().__init__(hash_page_current=hash_page_current)
|
||||
|
||||
Reference in New Issue
Block a user