Further user management improvements
This commit is contained in:
@@ -29,6 +29,9 @@ urlpatterns = [
|
||||
path(
|
||||
"cids/manage/<int:pk>/update", views.CidUserUpdate.as_view(), name="update_cid"
|
||||
),
|
||||
path(
|
||||
"cids/manage/<int:pk>/update/exams", views.CidUserExamUpdate.as_view(), name="update_cid_exams"
|
||||
),
|
||||
path(
|
||||
"cids/manage/<int:cid>/email_results",
|
||||
views.candidate_email_results,
|
||||
|
||||
Reference in New Issue
Block a user