Change layout of trip page
This commit is contained in:
parent
fc36647d49
commit
72e7945fbe
2 changed files with 121 additions and 57 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue