diff options
author | luxagraf <sng@luxagraf.net> | 2014-05-23 11:41:16 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2014-05-23 11:41:16 -0400 |
commit | 7512f330c8a318e2991cf20f4a6f71f68f7fd30a (patch) | |
tree | a96d5d9d82204808cab6474463d7a060a9eebcf9 /app/guide | |
parent | 518b2d618bc10f93cfa44a83715593b8358eb9ce (diff) |
switched to local file for OpenLayers.js so Chromium won't complain
about http files over https
Diffstat (limited to 'app/guide')
-rw-r--r-- | app/guide/admin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/guide/admin.py b/app/guide/admin.py index c81a2a5..dfdf45e 100644 --- a/app/guide/admin.py +++ b/app/guide/admin.py @@ -56,5 +56,6 @@ class GuideAdmin(OSMGeoAdmin): map_width = 700 map_height = 425 map_template = 'gis/admin/osm.html' + openlayers_url = '/static/admin/js/OpenLayers.js' admin.site.register(Guide, GuideAdmin) |