feat: Add supervision page to display collection attempts shared with the user
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -773,4 +773,9 @@ urlpatterns = [
|
||||
views.collection_shared_attempt_overview,
|
||||
name="collection_shared_attempt_overview",
|
||||
),
|
||||
path(
|
||||
"supervision/",
|
||||
views.collection_supervision,
|
||||
name="collection_supervision",
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user