diff --git a/app/templates/home.html b/app/templates/home.html index c8f55c6..f8593d3 100755 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -85,11 +85,7 @@ function assign_data(data) { locations = data; } - assign_data({ - { - data_locations | tojson - } - }); + assign_data({{data_locations | tojson}}); var map = L.map('map', { attributionControl: false,