fix a few missing things
This commit is contained in:
@@ -50,6 +50,7 @@ urlpatterns = [
|
||||
),
|
||||
|
||||
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(), name="exam_authors"
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user