fix a few missing things
This commit is contained in:
@@ -34,6 +34,7 @@ urlpatterns.extend(
|
||||
name="exam_take_overview_user",
|
||||
),
|
||||
path("exam/<int:pk>/markers", views.ExamMarkersUpdate.as_view(), name="exam_markers"),
|
||||
path("exam/<int:pk>/groups", views.ExamGroupsUpdate.as_view(), name="exam_groups_edit"),
|
||||
path(
|
||||
"exam/<int:pk>/authors",
|
||||
views.ExamAuthorUpdate.as_view(),
|
||||
|
||||
Reference in New Issue
Block a user