.
This commit is contained in:
+1
-1
@@ -674,7 +674,7 @@ class ExamViews(View, LoginRequiredMixin):
|
|||||||
exam = get_object_or_404(self.Exam, pk=pk)
|
exam = get_object_or_404(self.Exam, pk=pk)
|
||||||
|
|
||||||
if "edit_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("edit_cid_user")
|
||||||
|
|
||||||
add = request.POST.get("add")
|
add = request.POST.get("add")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user