.
This commit is contained in:
+1
-1
@@ -673,7 +673,7 @@ class ExamViews(View, LoginRequiredMixin):
|
|||||||
|
|
||||||
exam = get_object_or_404(self.Exam, pk=pk)
|
exam = get_object_or_404(self.Exam, pk=pk)
|
||||||
|
|
||||||
if "toggle_cid_user" in request.POST:
|
if "edit_cid_user" in request.POST:
|
||||||
user_id = request.POST.get("cid_user_id")
|
user_id = request.POST.get("cid_user_id")
|
||||||
|
|
||||||
add = request.POST.get("add")
|
add = request.POST.get("add")
|
||||||
|
|||||||
Reference in New Issue
Block a user