add basic (user) history for collections
This commit is contained in:
@@ -85,6 +85,17 @@ urlpatterns = [
|
||||
views.GenericExamViews.exam_cids,
|
||||
name="exam_cids",
|
||||
),
|
||||
path(
|
||||
"collection/<int:exam_id>/history",
|
||||
views.collection_history,
|
||||
name="collection_history",
|
||||
),
|
||||
path(
|
||||
"collection/<int:exam_id>/history/<int:user_pk>/user",
|
||||
views.collection_history_user,
|
||||
name="collection_history_user",
|
||||
),
|
||||
|
||||
path(
|
||||
"collection/<int:pk>/user_status",
|
||||
views.GenericExamViews.exam_user_status,
|
||||
|
||||
Reference in New Issue
Block a user