Add bulk edit functionality for CID users: implement endpoint and update templates for bulk add/remove actions

This commit is contained in:
Ross
2025-12-15 11:49:06 +00:00
parent 7e4e66a74f
commit 00dfaf9888
6 changed files with 347 additions and 92 deletions
+5
View File
@@ -416,6 +416,11 @@ def generic_exam_urls(generic_exam_view: GenericExamViews):
generic_exam_view.exam_json_edit,
name="exam_json_edit",
),
path(
"exam/<int:pk>/cid_bulk_edit",
generic_exam_view.exam_cid_bulk_edit,
name="exam_cid_bulk_edit",
),
path(
"exam/<int:pk>/scores",
generic_exam_view.exam_scores_all,