summaryrefslogtreecommitdiff
path: root/chimere/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-04-01 16:44:49 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-04-01 16:44:49 +0200
commit4d0d7066ca3c548168f4ac13de61d0a416a93489 (patch)
tree23834b41af0692591d81b41b64cdedd6a2d291ff /chimere/templates
parente20ca9e9c281d52b4e163c5dc4a286bfd3b767ae (diff)
downloadChimère-4d0d7066ca3c548168f4ac13de61d0a416a93489.tar.bz2
Chimère-4d0d7066ca3c548168f4ac13de61d0a416a93489.zip
Fix routing templatetags
Diffstat (limited to 'chimere/templates')
-rw-r--r--chimere/templates/chimere/blocks/map.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/templates/chimere/blocks/map.html b/chimere/templates/chimere/blocks/map.html
index 4affb19..e00ff8b 100644
--- a/chimere/templates/chimere/blocks/map.html
+++ b/chimere/templates/chimere/blocks/map.html
@@ -20,7 +20,7 @@
$(function() {$('#panel').hide()});{% endif %}
var chimere_init_options = {};
chimere_init_options["default_icon"] = '{{STATIC_URL}}img/marker-green.png';
- chimere_init_options["map_layers"] = [{{map_layers|safe|escape}}];
+ chimere_init_options["map_layers"] = [{{js_map_layers|safe|escape}}];
chimere_init_options['permalink_label'] = '{%trans "Permalink"%}';
chimere_init_options['permalink_element'] = document.getElementById('permalink');
chimere_init_options['routing'] = {{routing}};