Re-enable calendar

This commit is contained in:
2020-03-10 18:03:05 +00:00
parent 4d845309c9
commit 88ac1b93ae
22 changed files with 112 additions and 118 deletions

View File

@@ -128,6 +128,7 @@ class EventCreate(generic.CreateView):
class EventUpdate(generic.UpdateView):
model = models.Event
form_class = forms.EventForm
template_name = 'event_form.html'
def get_context_data(self, **kwargs):
context = super(EventUpdate, self).get_context_data(**kwargs)