Now with an agreement field
This commit is contained in:
@@ -108,7 +108,10 @@ class Event_Presenter_Base(BaseModel):
|
||||
|
||||
file_count: Optional[int]
|
||||
|
||||
# Comments from the presenter. This is for internal use only.
|
||||
# General catchall for agreement or consent
|
||||
agree: Optional[bool]
|
||||
|
||||
# Comments from the presenter. This is for internal use only.
|
||||
comments: Optional[str]
|
||||
|
||||
enable: Optional[bool]
|
||||
|
||||
Reference in New Issue
Block a user