This commit is contained in:
Ross
2021-05-02 16:13:54 +01:00
parent a537561217
commit f5b98c7b64
+8 -8
View File
@@ -79,14 +79,14 @@ urlpatterns = [
views.LongCreationDefaultView.as_view(),
name="long_create_defaults",
),
path("region/create/", views.create_region, name="create_region"),
path("region/ajax/get_region_id", views.get_region_id, name="get_region_id"),
path("abnormality/create/", views.create_abnormality, name="create_abnormality"),
path(
"abnormality/ajax/get_abnormality_id",
views.get_abnormality_id,
name="get_abnormality_id",
),
# path("region/create/", views.create_region, name="create_region"),
# path("region/ajax/get_region_id", views.get_region_id, name="get_region_id"),
# path("abnormality/create/", views.create_abnormality, name="create_abnormality"),
# path(
# "abnormality/ajax/get_abnormality_id",
# views.get_abnormality_id,
# name="get_abnormality_id",
# ),
path("examination/create/", views.create_examination, name="create_examination"),
path(
"examination/ajax/get_examination_id",