allow bulk adding cid candidates by group
This commit is contained in:
@@ -105,6 +105,11 @@ urlpatterns = [
|
||||
views.CidUserGroupDelete.as_view(),
|
||||
name="cid_group_delete",
|
||||
),
|
||||
path(
|
||||
"cid/group/<int:group_id>/add",
|
||||
views.cid_group_add_candidates_to_exams,
|
||||
name="cid_group_add_candidates_to_exams",
|
||||
),
|
||||
path(
|
||||
"cids/group/create", views.CidUserGroupCreate.as_view(), name="cid_group_create"
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user