Change layout of trip page

This commit is contained in:
Edward Betts 2024-01-23 15:55:28 +00:00
parent fc36647d49
commit 72e7945fbe
2 changed files with 121 additions and 57 deletions

View file

@ -35,6 +35,8 @@ class Conference:
longitude: float | None = None
cfp_end: date | None = None
cfp_url: str | None = None
free: bool | None = None
hackathon: bool | None = None
@property
def display_name(self) -> str: