feat: Add supervision page to display collection attempts shared with the user

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Ross
2026-04-28 22:18:43 +01:00
co-authored by Copilot
parent 7062723433
commit 5bd1338b5e
6 changed files with 434 additions and 65 deletions
+5
View File
@@ -773,4 +773,9 @@ urlpatterns = [
views.collection_shared_attempt_overview,
name="collection_shared_attempt_overview",
),
path(
"supervision/",
views.collection_supervision,
name="collection_supervision",
),
]