Feat(SQL, UI): 1. Calc and Get Many Stored Procedures created for Weather, Lighting Level, Assessment, Distraction Type, Distraction Intensity Level, Distraction, Bribe, Assessment Command Modality Link, Response Quality Metric, Obedience Level, and Assessment Response. \n 2. Assessments and Assessment pages created with data loading and hooked up, but not saving.
This commit is contained in:
@@ -16,9 +16,7 @@ from models.model_view_base import Model_View_Base
|
||||
# external
|
||||
|
||||
class Model_View_Accessibility_Statement(Model_View_Base):
|
||||
@property
|
||||
def title(self):
|
||||
return 'Accessibility Statement'
|
||||
def __init__(self, hash_page_current=Model_View_Base.HASH_PAGE_ACCESSIBILITY_STATEMENT):
|
||||
super().__init__(hash_page_current=hash_page_current)
|
||||
self._title = 'Accessibility Statement'
|
||||
|
||||
Reference in New Issue
Block a user