Added calendar view

This commit is contained in:
David Taylor
2015-04-19 22:25:59 +01:00
parent 8c135fbc18
commit df1a285089
10 changed files with 12284 additions and 11 deletions

View File

@@ -33,6 +33,8 @@ class RigboardIndex(generic.TemplateView):
context['events'] = models.Event.objects.current_events()
return context
class WebCalendar(generic.TemplateView):
template_name = 'RIGS/calendar.html'
class EventDetail(generic.DetailView):
model = models.Event