This commit is contained in:
Ross
2021-12-14 19:30:33 +00:00
parent 95660c9339
commit d0d073025c
+1 -1
View File
@@ -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"),
]