diff options
author | luxagraf <sng@luxagraf.net> | 2018-01-29 13:00:52 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-01-29 13:00:52 -0600 |
commit | 8d42093452652eeeb149f8b596b43c4317a8909e (patch) | |
tree | 80ee11a6e83e416d776ce7f5b78dcad62b94c65a /app/birds/admin.py | |
parent | f5e8556676cd9158fccc82934a7eb5037c52e957 (diff) |
added sightings to entry template
Diffstat (limited to 'app/birds/admin.py')
-rw-r--r-- | app/birds/admin.py | 2 |
1 files changed, 0 insertions, 2 deletions
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 |