remove debug stuff committed accidently
This commit is contained in:
parent
9f082e63ec
commit
8cdd4bed8b
|
@ -103,8 +103,6 @@ class EventDetailView(CampViewMixin, DetailView):
|
||||||
model = models.Event
|
model = models.Event
|
||||||
template_name = 'program_event_detail.html'
|
template_name = 'program_event_detail.html'
|
||||||
|
|
||||||
def get_object(self):
|
|
||||||
return self.camp.events.get(slug=self.kwargs['slug'])
|
|
||||||
|
|
||||||
class CallForSpeakersView(CampViewMixin, TemplateView):
|
class CallForSpeakersView(CampViewMixin, TemplateView):
|
||||||
def get_template_names(self):
|
def get_template_names(self):
|
||||||
|
|
Loading…
Reference in a new issue