diff --git a/generic/views.py b/generic/views.py index e322952d..9b6823a1 100644 --- a/generic/views.py +++ b/generic/views.py @@ -1002,6 +1002,7 @@ def manage_cid_users(request): return JsonResponse({"status": "success"}) if add_exams: + print("ADD EXAMS", selected_cids) cids = CidUser.objects.filter(pk__in=selected_cids) for c in cids: if physics_exams: