remove references to eventinstance.event_slot, that future does not exist anymore
This commit is contained in:
parent
fdc92ec7f2
commit
8efac62f62
|
@ -1462,14 +1462,6 @@ class EventInstance(CampRelatedModel):
|
||||||
else:
|
else:
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
@property
|
|
||||||
def event_type(self):
|
|
||||||
return self.event_slot.event_session.event_type
|
|
||||||
|
|
||||||
@property
|
|
||||||
def event_location(self):
|
|
||||||
return self.event_slot.event_session.event_location
|
|
||||||
|
|
||||||
|
|
||||||
class Speaker(CampRelatedModel):
|
class Speaker(CampRelatedModel):
|
||||||
""" A Person (co)anchoring one or more events on a camp. """
|
""" A Person (co)anchoring one or more events on a camp. """
|
||||||
|
|
Loading…
Reference in a new issue