add markers to exams (move away from group based to content based permissions)
This commit is contained in:
@@ -49,6 +49,7 @@ urlpatterns = [
|
||||
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(), name="exam_authors"
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user