Skip to content

Commit

Permalink
Fixes #334
Browse files Browse the repository at this point in the history
  • Loading branch information
capooti committed Apr 9, 2018
1 parent 2617553 commit 1dde174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geonode/contrib/worldmap/wm_extra/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
url(r'^maps/(?P<mapid>[^/]+)/data$', map_json_wm, name='map_json'),
url(r'^maps/(?P<mapid>[^/]+)$', map_detail_wm, name='map_detail_wm'),
url(r'^maps/(?P<mapid>[^/]+)/view$', map_view_wm, name='map_view_wm'),
url(r'^maps/(?P<mapid>[^/]+)/edit$', map_view_wm, name='map_view_wm'),
url(r'^maps/add_endpoint?$', add_endpoint, name='add_endpoint'),
url(r'^snapshot/create/?$', snapshot_create, name='snapshot_create'),
url(r'^maps/(?P<mapid>[^/]+)/(?P<snapshot>[A-Za-z0-9_\-]+)/$', map_view_wm, name='map_view_wm'),
Expand Down

0 comments on commit 1dde174

Please sign in to comment.