Too many changes :(

This commit is contained in:
Ross
2025-07-29 09:20:58 +01:00
parent ad4be1e9a6
commit 4460545442
20 changed files with 361 additions and 81 deletions
+15
View File
@@ -101,6 +101,21 @@ urlpatterns = [
views.collection_history,
name="collection_history",
),
path(
"collection/add_cases",
views.add_cases_to_collection,
name="add_cases_to_collection",
),
path(
"collection/remove_cases",
views.remove_cases_from_collection,
name="remove_cases_from_collection",
),
path(
"collection/options",
views.collection_options,
name="collection_options",
),
path(
"collection/<int:exam_id>/history/<int:user_pk>/user",
views.collection_history_user,