Updated account config with some new help fields
This commit is contained in:
@@ -56,15 +56,31 @@ class Account_Cfg_Base(BaseModel):
|
||||
confirm_email: Optional[str]
|
||||
confirm_name: Optional[str]
|
||||
|
||||
# For general event help (attendees and registration)
|
||||
help_event_email: Optional[str]
|
||||
help_event_name: Optional[str]
|
||||
|
||||
# For event exhibit help
|
||||
help_event_exhibit_email: Optional[str]
|
||||
help_event_exhibit_name: Optional[str]
|
||||
|
||||
# For event presentation management help (chairs, organizers, persenters)
|
||||
help_event_presenter_email: Optional[str]
|
||||
help_event_presenter_name: Optional[str]
|
||||
|
||||
# General catch all help
|
||||
help_general_email: Optional[str]
|
||||
help_general_name: Optional[str]
|
||||
|
||||
# For contacting the organizations leadership (board, council, committee)
|
||||
help_leadership_email: Optional[str]
|
||||
help_leadership_name: Optional[str]
|
||||
|
||||
# For general membership help
|
||||
help_member_email: Optional[str]
|
||||
help_member_name: Optional[str]
|
||||
|
||||
# For general technical support
|
||||
help_tech_email: Optional[str]
|
||||
help_tech_name: Optional[str]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user