From 069742262b6fb4bf150b6d3fb98e1d626b010e43 Mon Sep 17 00:00:00 2001 From: Sanj Date: Sun, 21 Aug 2011 03:41:26 +0530 Subject: [PATCH] silly hacking, openlayers_img_path needs definition in admin.py with bug-fix patch --- gazetteer/places/admin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gazetteer/places/admin.py b/gazetteer/places/admin.py index e8ec7c8..8deb725 100644 --- a/gazetteer/places/admin.py +++ b/gazetteer/places/admin.py @@ -16,6 +16,7 @@ class FeatureAdmin(admin.GeoModelAdmin): inlines = [FeatureNamesInline, FeatureRelationInline] list_per_page = 500 openlayers_url = 'http://openlayers.org/dev/OpenLayers.js' + openlayers_img_path = None # map_template = 'gis/admin/osm.html' # default_lon = 72.855211097628413 # default_lat = 19.415775291486027