Commit 01bd6faf26b4c0521e32d05867cb60fc1f1bccc8

Authored by Erik Zambom
1 parent c0fe6bab

Resolving unicode error [Issue: #436]

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
courses/views.py
... ... @@ -247,7 +247,6 @@ class UpdateCourseView(LoginRequiredMixin, HasRoleMixin, LogMixin, generic.Updat
247 247 def form_valid(self, form):
248 248 self.object = form.save()
249 249  
250   - print (form)
251 250 self.log_context['course_id'] = self.object.id
252 251 self.log_context['course_name'] = self.object.name
253 252 self.log_context['course_slug'] = self.object.slug
... ...