On supprime les titres inutiles
This commit is contained in:
parent
f93a6164ca
commit
bb6d83f6fb
@ -39,7 +39,6 @@
|
|||||||
<form method="get" class="form django-form main-filter">
|
<form method="get" class="form django-form main-filter">
|
||||||
<div class="grid two-columns-equal">
|
<div class="grid two-columns-equal">
|
||||||
<article>
|
<article>
|
||||||
<header>Localisation</header>
|
|
||||||
{% for f in filter.form.visible_fields %}
|
{% for f in filter.form.visible_fields %}
|
||||||
{% if f.id_for_label and f.id_for_label in "id_position,id_radius" %}
|
{% if f.id_for_label and f.id_for_label in "id_position,id_radius" %}
|
||||||
<div>
|
<div>
|
||||||
@ -51,7 +50,6 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</article>
|
</article>
|
||||||
<article>
|
<article>
|
||||||
<header>Autres filtres</header>
|
|
||||||
{% for f in filter.form.visible_fields %}
|
{% for f in filter.form.visible_fields %}
|
||||||
{% if not f.id_for_label or not f.id_for_label in "id_position,id_radius" %}
|
{% if not f.id_for_label or not f.id_for_label in "id_position,id_radius" %}
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user