This commit is contained in:
Ross
2022-05-18 17:55:48 +01:00
parent 40e7ff29bf
commit 72cf7b0c3e
6 changed files with 42 additions and 3 deletions
+1
View File
@@ -70,6 +70,7 @@ urlpatterns = [
name="exam_question_detail",
),
path("exam/<int:pk>/", views.GenericExamViews.exam_overview, name="exam_overview"),
path("exam/<int:pk>/authors", views.ExamAuthorUpdate.as_view(), name="exam_authors"),
path(
"exam/<int:pk>/json_edit",
views.GenericExamViews.exam_json_edit,