equal
deleted
inserted
replaced
1 {% extends "base.html" %} |
1 {% extends "base.html" %} |
|
2 {% load i18n %} |
2 {% load static %} |
3 {% load static %} |
3 |
|
4 {% load i18n %} |
|
5 |
4 |
6 {% block title %}{{block.super}} > {% trans "Recherche par facettes" %}{% endblock %} |
5 {% block title %}{{block.super}} > {% trans "Recherche par facettes" %}{% endblock %} |
7 |
6 |
8 {% block css_import %} |
7 {% block css_import %} |
9 {{block.super}} |
8 {{block.super}} |
38 {% endblock %} |
37 {% endblock %} |
39 |
38 |
40 {% block facettes_actif %}actif{% endblock %} |
39 {% block facettes_actif %}actif{% endblock %} |
41 |
40 |
42 {% block main_content %} |
41 {% block main_content %} |
43 <div id="titleleft"> |
42 <div id="titleleft" class="all-title"> |
44 <h2 id="hdatitle">{% trans "Recherche par facettes" %}</h2> |
43 <h1>{% trans "Recherche par facettes" %}</h1> |
45 </div> |
44 </div> |
46 <div id="titleright"> |
45 <div id="titleright"> |
47 <div id='langselect'> |
46 <div id='langselect'> |
48 <form action="{% url 'django.views.i18n.set_language' %}" method="post" id="lang_form"> |
47 <form action="{% url 'django.views.i18n.set_language' %}" method="post" id="lang_form"> |
49 {% csrf_token %} |
48 {% csrf_token %} |