Add bulk edit functionality for CID users: implement endpoint and update templates for bulk add/remove actions
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user