Add new conference field
This commit is contained in:
parent
89ff92c533
commit
6c8e1bf48d
|
@ -37,6 +37,7 @@ class Conference:
|
|||
cfp_url: str | None = None
|
||||
free: bool | None = None
|
||||
hackathon: bool | None = None
|
||||
ticket_type: str | None = None
|
||||
|
||||
@property
|
||||
def display_name(self) -> str:
|
||||
|
|
Loading…
Reference in a new issue