|
@ -4,7 +4,7 @@ |
|
|
|
|
|
|
|
|
{% block extrahead %} |
|
|
{% block extrahead %} |
|
|
{{ block.super }} |
|
|
{{ block.super }} |
|
|
{% load staticfiles %} |
|
|
{% load static from staticfiles %} |
|
|
<script type="text/javascript" src="{% static "admin/js/core.js" %}"></script> |
|
|
<script type="text/javascript" src="{% static "admin/js/core.js" %}"></script> |
|
|
<script type="text/javascript" src="{% static "admin/js/jquery.min.js" %}"></script> |
|
|
<script type="text/javascript" src="{% static "admin/js/jquery.min.js" %}"></script> |
|
|
<script type="text/javascript" src="{% static "admin/js/jquery.init.js" %}"></script> |
|
|
<script type="text/javascript" src="{% static "admin/js/jquery.init.js" %}"></script> |
|
@ -29,7 +29,7 @@ |
|
|
map: map, |
|
|
map: map, |
|
|
position: new google.maps.LatLng(municipio.lat, municipio.lng), |
|
|
position: new google.maps.LatLng(municipio.lat, municipio.lng), |
|
|
title: municipio.nome, |
|
|
title: municipio.nome, |
|
|
icon: '{{ MEDIA_URL }}images/mapmarker.png' |
|
|
icon: "{% static 'img/mapmarker.png' %}" |
|
|
} |
|
|
} |
|
|
var mark = new google.maps.Marker(markData); |
|
|
var mark = new google.maps.Marker(markData); |
|
|
var infoWin = new google.maps.InfoWindow({content: |
|
|
var infoWin = new google.maps.InfoWindow({content: |
|
|