This commit is contained in:
Ross
2023-09-02 10:24:17 +01:00
parent 06f1e7852d
commit f6d7bd594a
9 changed files with 349 additions and 43 deletions
+6
View File
@@ -43,6 +43,12 @@ urlpatterns = [
views.exam_take_overview,
name="exam_take_overview",
),
path(
"exam/<int:pk>/finish",
views.exam_take_overview,
name="exam_take_overview_user",
),
path(
"exam/<int:pk>/authors", views.ExamAuthorUpdate.as_view(), name="exam_authors"
),