From 632a476b5b6c577e330b71c5b7f2413fa9198281 Mon Sep 17 00:00:00 2001 From: Yoan Le Clanche Date: Tue, 5 Dec 2023 12:02:39 +0100 Subject: [PATCH] remove useless comment --- teleforma/webclass/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/teleforma/webclass/views.py b/teleforma/webclass/views.py index 3460e781..3a4c1788 100644 --- a/teleforma/webclass/views.py +++ b/teleforma/webclass/views.py @@ -59,7 +59,6 @@ class WebclassAppointment(View): user) if int(c['course'].id) == course_id] if not courses: return HttpResponse('Unauthorized', status=401) - # Student is in the right IEJ ? if student.platform_only and not webclass.allow_elearning: return HttpResponse('Unauthorized', status=401) if not student.platform_only and not webclass.allow_presentiel: -- 2.39.5