diff options
author | luxagraf <sng@luxagraf.net> | 2020-08-15 11:58:34 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-08-15 11:58:34 -0400 |
commit | b66d000ee469539ce7aea557b612c0444177e36d (patch) | |
tree | 273547921dc6f9ded2a5681b82514c68e28ba448 /app/locations/urls.py | |
parent | d3e57c1bd17ad3e71810235a672d4782136901a5 (diff) |
archived old unused apps and migrated fieldnotes to posts
Diffstat (limited to 'app/locations/urls.py')
-rw-r--r-- | app/locations/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/locations/urls.py b/app/locations/urls.py index c0ec4c4..1c8c1ed 100644 --- a/app/locations/urls.py +++ b/app/locations/urls.py @@ -20,7 +20,7 @@ urlpatterns = [ views.MapDataList.as_view(), name="mapdata" ), - re_path(r'data/(?P<id>\d+)/$', views.data_json), + #re_path(r'data/(?P<id>\d+)/$', views.data_json), path( r'', views.MapList.as_view(), |