diff --git a/app/stores/static/js/gmap.js b/app/stores/static/js/gmap.js index b2cda5e..0772bcd 100644 --- a/app/stores/static/js/gmap.js +++ b/app/stores/static/js/gmap.js @@ -1,7 +1,7 @@ -var store_icon = '/static/img/map_icons/home-2.png' -var online_icon = '/static/img/map_icons/wifi.png' -var geolocation_icon = '/static/img/map_icons/home-2-green.png' +var store_icon = static_url + 'img/map_icons/home-2.png' +var online_icon = static_url + 'img/map_icons/wifi.png' +var geolocation_icon = static_url + '/img/map_icons/home-2-green.png' function lookup_marker(id) { if (id == null || id == 1) { diff --git a/app/vapemap/templates/base.html b/app/vapemap/templates/base.html index 8e29cf5..c194e3c 100644 --- a/app/vapemap/templates/base.html +++ b/app/vapemap/templates/base.html @@ -19,7 +19,8 @@ {% block style %} {% endblock %}