fix a few missing things

This commit is contained in:
Ross
2024-08-19 13:16:47 +01:00
parent 3cb84fb7c4
commit 58eeb4f442
11 changed files with 59 additions and 23 deletions
+1
View File
@@ -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"
),