Fix course creation

remotes/origin/hasaccess
Ivlev Denis 8 years ago
parent 4e047a422c
commit 7150c4a109
  1. 3
      apps/course/views.py

@ -172,8 +172,7 @@ class CourseEditView(TemplateView):
def get_context_data(self):
context = super().get_context_data()
context['live'] = 'false'
if self.object:
context['course'] = self.object
context['object'] = self.object
return context

Loading…
Cancel
Save