issue 615: config geolocation_map_visible gone.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sat, 2 Feb 2013 19:40:19 +0000 (20:40 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Sat, 2 Feb 2013 19:40:19 +0000 (20:40 +0100)
The template in the geolocation plugin still used the old
config option. Just remove that. To enable it, you enable
the plugin. No need for extra config.

Tested by manwesulimo2004 (via IRC).

mediagoblin/plugins/geolocation/templates/mediagoblin/plugins/geolocation/map.html

index b48678bb825643ec8679b31df12bc8be68146f9c..70f837ff2db02412866961c5756234886e35f9ab 100644 (file)
@@ -17,8 +17,7 @@
 #}
 
 {% block geolocation_map %}
-  {% if app_config['geolocation_map_visible']
-        and media.media_data.gps_latitude is defined
+  {% if     media.media_data.gps_latitude is defined
         and media.media_data.gps_latitude
         and media.media_data.gps_longitude is defined
         and media.media_data.gps_longitude %}