Update lots of things
This commit is contained in:
@ -8,5 +8,6 @@ urlpatterns = [
|
||||
url(r'^$', views.index, name='index'),
|
||||
url(r'^data.geojson$',
|
||||
GeoJSONLayerView.as_view(model=CaseStudy, geometry_field='location'),
|
||||
name='data')
|
||||
name='data'),
|
||||
url(r'^case-study/add', views.form, name='form')
|
||||
]
|
||||
|
Reference in New Issue
Block a user