fix a few missing things
This commit is contained in:
@@ -111,6 +111,7 @@ urlpatterns = [
|
||||
views.GenericExamViews.exam_users_edit,
|
||||
name="exam_users_edit",
|
||||
),
|
||||
path("exam/<int:pk>/groups", views.ExamGroupsUpdate.as_view(), name="exam_groups_edit"),
|
||||
path(
|
||||
"collection/<int:exam_id>/case/<int:case_id>/details",
|
||||
views.collection_case_details,
|
||||
|
||||
Reference in New Issue
Block a user