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">
|
||||
<div class="grid two-columns-equal">
|
||||
<article>
|
||||
<header>Localisation</header>
|
||||
{% for f in filter.form.visible_fields %}
|
||||
{% if f.id_for_label and f.id_for_label in "id_position,id_radius" %}
|
||||
<div>
|
||||
@ -51,7 +50,6 @@
|
||||
{% endfor %}
|
||||
</article>
|
||||
<article>
|
||||
<header>Autres filtres</header>
|
||||
{% for f in filter.form.visible_fields %}
|
||||
{% if not f.id_for_label or not f.id_for_label in "id_position,id_radius" %}
|
||||
<p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user