maps: make sure lat/lon are set with a dot for decimals (#19024)

This commit is contained in:
Frédéric Péters 2017-09-27 15:14:44 +02:00
parent df55e9b376
commit bed9817392
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
{% load l10n %}
{% if title %}<h2>{{ title }}</h2>{% endif %}
{% localize off %}
<div class="combo-cell-map" data-init-state="{{ initial_state }}" data-init-zoom="{{ initial_zoom }}" data-min-zoom="{{ min_zoom }}" data-max-zoom="{{ max_zoom }}" data-init-lat="{{ init_lat }}" data-init-lng="{{ init_lng }}" data-geojson-url="{{ geojson_url }}" data-tile-urltemplate="{{ tile_urltemplate}}" data-map-attribution="{{ map_attribution}}">
{% endlocalize %}
</div>