This commit is contained in:
Ross
2021-02-26 11:58:48 +00:00
parent 3a4c6f34b7
commit 1456090d1c
5 changed files with 97 additions and 6 deletions
+3
View File
@@ -11,4 +11,7 @@ urlpatterns = [
path("examination/ajax/get_examination_id",
views.get_examination_id,
name="get_examination_id"),
path("exam_json_edit",
views.generic_exam_json_edit,
name="generic_exam_json_edit"),
]