diff --git a/longs/urls.py b/longs/urls.py index 70a181e4..7edf2ffa 100755 --- a/longs/urls.py +++ b/longs/urls.py @@ -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",