Commit da9bf614bd8c709bdba20f0697789fe7a2c4bb46
1 parent
ea78b55c
Exists in
master
and in
5 other branches
login bug
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
courses/views.py
... | ... | @@ -314,7 +314,7 @@ class DeleteCourseView(LoginRequiredMixin, HasRoleMixin, LogMixin, generic.Delet |
314 | 314 | |
315 | 315 | return reverse_lazy('course:manage') |
316 | 316 | |
317 | -@login_required | |
317 | + | |
318 | 318 | class CourseView(LogMixin, NotificationMixin, generic.DetailView): |
319 | 319 | log_component = "courses" |
320 | 320 | log_action = "viewed" | ... | ... |