@ -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