issue 615: config geolocation_map_visible gone.
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).
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user