This commit is contained in:
Ross
2022-04-21 16:58:58 +01:00
parent 5846c1b475
commit 71163f99e8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -674,7 +674,7 @@ class ExamViews(View, LoginRequiredMixin):
exam = get_object_or_404(self.Exam, pk=pk)
if "toggle_cid_user" in request.POST:
user_id = json.loads(request.POST.get("cid_user_id"))
user_id = request.POST.get("cid_user_id")
add = request.POST.get("add")