remove references to eventinstance.event_slot, that future does not exist anymore

This commit is contained in:
Thomas Steen Rasmussen 2020-06-22 01:18:25 +02:00
parent fdc92ec7f2
commit 8efac62f62

View file

@ -1462,14 +1462,6 @@ class EventInstance(CampRelatedModel):
else:
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):
""" A Person (co)anchoring one or more events on a camp. """