File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
leaflet/templates/leaflet Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{% load i18n %}
2
- {% load static from staticfiles %}
2
+ {% load static %}
3
3
{% if creatediv %}< div id ="{{ name }} " class ="leaflet-container-default "> </ div > {% endif %}
4
4
< script type ="text/javascript ">
5
5
( function ( ) {
Original file line number Diff line number Diff line change 1
1
{% extends "leaflet/widget.html" %}
2
2
{% load i18n %}
3
- {% load static from staticfiles %}
3
+ {% load static %}
4
4
5
5
6
6
{% block map_css %}
Original file line number Diff line number Diff line change 1
- {% load static from staticfiles %}
1
+ {% load static %}
2
2
< link rel ="stylesheet " href ="{% static "leaflet /leaflet.css" %}" />
3
3
<!--[if lte IE 8]>
4
4
<link rel="stylesheet" href="{% static "leaflet/leaflet.ie.css" %}" />
Original file line number Diff line number Diff line change 1
1
{% load i18n %}
2
- {% load static from staticfiles %}
2
+ {% load static %}
3
3
{% if DEBUG %}
4
4
< script src ="{% static "leaflet /leaflet-src.js" %}" type="text/javascript "> </ script >
5
5
{% else %}
Original file line number Diff line number Diff line change 1
1
{% load leaflet_tags l10n %}
2
- {% load static from staticfiles %}
2
+ {% load static %}
3
3
4
4
< style type ="text/css "> {% block map_css %}
5
5
{% if map_width and map_height %}# {{ id_map }} { width: {{ map_width|unlocalize }}; height: {{ map_height|unlocalize }}; }{% endif %}
You can’t perform that action at this time.
0 commit comments