diff options
Diffstat (limited to 'templates/main_map.html')
| -rw-r--r-- | templates/main_map.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/main_map.html b/templates/main_map.html index 93b50f2..e442757 100644 --- a/templates/main_map.html +++ b/templates/main_map.html @@ -35,6 +35,7 @@ lst_{{category.id}}.push("{{sub_category.id}}");{% endfor %} {{welcome}}{% endblock %} {% block content %}<div id='map'></div> <script type='text/javascript'><!-- +var map_layer = {{map_layer|safe}}; var permalink_label = '{%trans "Permalink"%}'; var extra_url = "{{extra_url}}"; var p_zoom; |
