This commit is contained in:
Ross
2022-01-06 12:49:37 +00:00
parent cbfa3ef0f3
commit f8f0232dc4
4 changed files with 41 additions and 10 deletions
+1
View File
@@ -30,6 +30,7 @@ urlpatterns = [
path("cids/manage/", views.CidUserView.as_view(), name="manage_cids"),
path("cids/group/", views.group_view, name="group_view"),
path("cids/group/<int:pk>/email", views.group_email, name="group_email"),
path("cids/group/<int:pk>/email_results", views.group_email_results, name="group_email_results"),
path("cids/group/<int:pk>/email/resend", views.group_email_resend, name="group_email_resend"),
path("cids/create", views.manage_cid_users, name="manage_cid_users"),
]