Bug fix conferences can have lat/lon
This commit is contained in:
parent
e6cffdd3d5
commit
a6a78d18e5
|
@ -31,6 +31,8 @@ class Conference:
|
||||||
online: bool = False
|
online: bool = False
|
||||||
price: decimal.Decimal | None = None
|
price: decimal.Decimal | None = None
|
||||||
currency: str | None = None
|
currency: str | None = None
|
||||||
|
latitude: float | None = None
|
||||||
|
longitude: float | None = None
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def display_name(self) -> str:
|
def display_name(self) -> str:
|
||||||
|
|
Loading…
Reference in a new issue