equal
deleted
inserted
replaced
4 {% block head %} |
4 {% block head %} |
5 <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css"> |
5 <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css"> |
6 <link rel="stylesheet" href="{% static "qmsk.pngtile/map.css" %}"> |
6 <link rel="stylesheet" href="{% static "qmsk.pngtile/map.css" %}"> |
7 {% endblock %} |
7 {% endblock %} |
8 |
8 |
9 {% block content %} |
9 {% block layout %} |
10 <div id="map"> |
10 <div id="map"> |
11 |
11 |
12 </div> |
12 </div> |
13 {% endblock %} |
13 {% endblock %} |
14 |
14 |