From 8d42093452652eeeb149f8b596b43c4317a8909e Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 29 Jan 2018 13:00:52 -0600 Subject: added sightings to entry template --- app/birds/admin.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/birds/admin.py') diff --git a/app/birds/admin.py b/app/birds/admin.py index 50bd755..df0951a 100644 --- a/app/birds/admin.py +++ b/app/birds/admin.py @@ -36,7 +36,6 @@ class SightingAdmin(OSMGeoAdmin): list_display = ('ap', 'location') # options for OSM map Using custom ESRI topo map lat, lon = get_latlon() - print(lat, lon) default_lon = lon default_lat = lat default_zoom = 13 @@ -86,7 +85,6 @@ class BirdSightingAdmin(OSMGeoAdmin): ) # options for OSM map Using custom ESRI topo map lat, lon = get_latlon() - print(lat, lon) default_lon = lon default_lat = lat default_zoom = 13 -- cgit v1.2.3-70-g09d2