add markers to exams (move away from group based to content based permissions)
This commit is contained in:
@@ -33,6 +33,7 @@ urlpatterns.extend(
|
||||
views.exam_take_overview,
|
||||
name="exam_take_overview_user",
|
||||
),
|
||||
path("exam/<int:pk>/markers", views.ExamMarkersUpdate.as_view(), name="exam_markers"),
|
||||
path(
|
||||
"exam/<int:pk>/authors",
|
||||
views.ExamAuthorUpdate.as_view(),
|
||||
|
||||
Reference in New Issue
Block a user