equal
deleted
inserted
replaced
6 {% block title %}{{block.super}} > {% trans "Recherche par facettes" %}{% endblock %} |
6 {% block title %}{{block.super}} > {% trans "Recherche par facettes" %}{% endblock %} |
7 |
7 |
8 {% block css_import %} |
8 {% block css_import %} |
9 {{block.super}} |
9 {{block.super}} |
10 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/lib/leaflet/leaflet.css' %}" /> |
10 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/lib/leaflet/leaflet.css' %}" /> |
11 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/ui-lightness/jquery-ui-1.8.16.custom.css' %}" /> |
11 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/ui-lightness/jquery-ui-1.10.4.min.css' %}" /> |
12 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/facettes.css?refresh' %}" /> |
12 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/facettes.css?refresh' %}" /> |
13 {% endblock %} |
13 {% endblock %} |
14 |
14 |
15 {% block js_import %} |
15 {% block js_import %} |
16 {{block.super}} |
16 {{block.super}} |