]> git.parisson.com Git - teleforma.git/commitdiff
join_webclass is not login required
authorYoan Le Clanche <yoanl@pilotsystems.net>
Fri, 3 Jul 2020 10:15:19 +0000 (12:15 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Fri, 3 Jul 2020 10:15:19 +0000 (12:15 +0200)
teleforma/webclass/views.py

index eca42ed5614f75473666fbb86e3d88c9dec2066c..c516f7c72bd5177352f788c1f6c38ef908a70f62 100644 (file)
@@ -163,6 +163,8 @@ class WebclassRecordsFormView(FormView):
     def dispatch(self, *args, **kwargs):
         return super(WebclassRecordsFormView, self).dispatch(*args, **kwargs)
 
+
+@login_required
 def join_webclass(request, pk):
     webclass_slot = WebclassSlot.published.get(pk=int(pk))
     # webclass = webclass_slot.webclass