src/hdalab/templates/facettes.html
changeset 293 b33caeba7faa
parent 288 0bb9c29cd41d
child 314 515a46247b13
equal deleted inserted replaced
292:f6742c41d7a3 293:b33caeba7faa
     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}}