.
This commit is contained in:
@@ -37,6 +37,7 @@ urlpatterns = [
|
||||
path("cids/manage/", views.CidUserView.as_view(), name="manage_cids"),
|
||||
path("cids/manage/exams", views.CidUserExamView.as_view(), name="manage_cid_exams"),
|
||||
path("cids/group/", views.group_view, name="group_view"),
|
||||
path("cids/group/all", views.group_view_all, name="group_view_all"),
|
||||
path("cids/group/<int:pk>/email", views.group_email, name="group_email"),
|
||||
path(
|
||||
"cids/group/<int:pk>/email_results",
|
||||
|
||||
Reference in New Issue
Block a user