Add bulk add functionality for user and CID groups to exam collections
This commit is contained in:
@@ -255,6 +255,7 @@ urlpatterns = [
|
||||
name="examcollection_delete",
|
||||
),
|
||||
path("collection/<int:collection_id>/add_author", views.exam_collection_add_author, name="exam_collection_add_author"),
|
||||
path("collection/<int:collection_id>/bulk_add_groups", views.exam_collection_bulk_add_groups, name="exam_collection_bulk_add_groups"),
|
||||
path("collection/<int:collection_id>/add_marker/<str:exam_type>", views.exam_collection_add_marker, name="exam_collection_add_marker"),
|
||||
path(
|
||||
"share_with_supervisor_toggle/<int:pk>/",
|
||||
|
||||
Reference in New Issue
Block a user