Too many changes :(
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user