This commit is contained in:
Ross
2021-12-12 12:41:03 +00:00
parent 3be9a60058
commit 0e26d641d8
+1 -1
View File
@@ -119,7 +119,7 @@ urlpatterns = [
name="exam_json_recreate",
),
# path("cid/", views.cid_selector, name="cid_selector"),
path("ajax/exam/flag/", views.flag_question, name="flag_question"),
#path("ajax/exam/flag/", views.flag_question, name="flag_question"),
path("body_part/create/", views.create_body_part, name="create_body_part"),
path(
"body_part/ajax/get_body_part_id",