fix: Public pages - Contact and Services - page load errors due to server errors and styling improvements

This commit is contained in:
2024-10-28 15:04:43 +00:00
parent 070bf7ebd5
commit 5ed9102b81
534 changed files with 526 additions and 928 deletions

View File

@@ -67,6 +67,7 @@ class Model_View_Base(BaseModel, ABC):
FLAG_COMMENT: ClassVar[str] = 'comment'
# FLAG_CONTACT_US: ClassVar[str] = 'button-contact'
FLAG_CONTAINER: ClassVar[str] = 'container'
FLAG_CONTAINER_ICON_AND_LABEL: ClassVar[str] = 'container-icon-label'
FLAG_CONTAINER_INPUT: ClassVar[str] = FLAG_CONTAINER + '-input'
FLAG_COUNTY: ClassVar[str] = Base.FLAG_COUNTY
FLAG_CURRENCY: ClassVar[str] = 'currency'