remove debug stuff committed accidently

This commit is contained in:
Thomas Steen Rasmussen 2017-01-28 18:44:53 +01:00
parent 9f082e63ec
commit 8cdd4bed8b

View file

@ -103,8 +103,6 @@ class EventDetailView(CampViewMixin, DetailView):
model = models.Event
template_name = 'program_event_detail.html'
def get_object(self):
return self.camp.events.get(slug=self.kwargs['slug'])
class CallForSpeakersView(CampViewMixin, TemplateView):
def get_template_names(self):