From: Yoan Le Clanche Date: Fri, 3 Jul 2020 10:15:19 +0000 (+0200) Subject: join_webclass is not login required X-Git-Tag: 1.4.3~64 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c617fd908663a6fd896a549456489de7ae4712b5;p=teleforma.git join_webclass is not login required --- diff --git a/teleforma/webclass/views.py b/teleforma/webclass/views.py index eca42ed5..c516f7c7 100644 --- a/teleforma/webclass/views.py +++ b/teleforma/webclass/views.py @@ -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