.
This commit is contained in:
+8
-8
@@ -79,14 +79,14 @@ urlpatterns = [
|
|||||||
views.LongCreationDefaultView.as_view(),
|
views.LongCreationDefaultView.as_view(),
|
||||||
name="long_create_defaults",
|
name="long_create_defaults",
|
||||||
),
|
),
|
||||||
path("region/create/", views.create_region, name="create_region"),
|
# path("region/create/", views.create_region, name="create_region"),
|
||||||
path("region/ajax/get_region_id", views.get_region_id, name="get_region_id"),
|
# 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/create/", views.create_abnormality, name="create_abnormality"),
|
||||||
path(
|
# path(
|
||||||
"abnormality/ajax/get_abnormality_id",
|
# "abnormality/ajax/get_abnormality_id",
|
||||||
views.get_abnormality_id,
|
# views.get_abnormality_id,
|
||||||
name="get_abnormality_id",
|
# name="get_abnormality_id",
|
||||||
),
|
# ),
|
||||||
path("examination/create/", views.create_examination, name="create_examination"),
|
path("examination/create/", views.create_examination, name="create_examination"),
|
||||||
path(
|
path(
|
||||||
"examination/ajax/get_examination_id",
|
"examination/ajax/get_examination_id",
|
||||||
|
|||||||
Reference in New Issue
Block a user