Add hashtag as a field for conference

This commit is contained in:
Edward Betts 2024-08-27 12:49:57 +01:00
parent cf4508719a
commit d1d7079056

View file

@ -39,6 +39,7 @@ class Conference:
hackathon: bool | None = None
ticket_type: str | None = None
attendees: int | None = None
hashtag: str | None = None
@property
def display_name(self) -> str: