.
This commit is contained in:
+1
-1
@@ -27,6 +27,6 @@ urlpatterns = [
|
||||
name="examination-autocomplete",
|
||||
),
|
||||
path("cids/manage/", views.CidUserView.as_view(), name="manage_cids"),
|
||||
path("cids/group/<int:pk>", views.group_view, name="group_view"),
|
||||
path("cids/group/", views.group_view, name="group_view"),
|
||||
path("cids/create", views.manage_cid_users, name="manage_cid_users"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user