Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienheureux committed Nov 1, 2024
1 parent 0275fa7 commit 88d857e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jinja2/qfdmo/_addresses_partials/filters/panel_filters.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@

{% block modal_content %}
{% with field=form.bonus, legend="Éligibles au bonus réparation" %}
{% include "qfdmo/_addresses_partials/filters/panel_filters.html" %}
{% include "qfdmo/_addresses_partials/filters/_panel_filters_filter.html" %}
{% endwith %}

{% with field=form.ess, legend="Type d'enseigne ESS" %}
{% include "qfdmo/_addresses_partials/filters/panel_filters.html" %}
{% include "qfdmo/_addresses_partials/filters/_panel_filters_field.html" %}
{% endwith %}

{% with field=form.label_reparacteur, legend="Enseignes labellisées Répar’Acteurs", icon="qfdmo/partials/label_reparacteur_icon.html" %}
{% include "qfdmo/_addresses_partials/filters/panel_filters.html" %}
{% include "qfdmo/_addresses_partials/filters/_panel_filters_field.html" %}
{% endwith %}
{% endblock modal_content %}

Expand Down
1 change: 1 addition & 0 deletions jinja2/qfdmo/shared/_main.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
qfdmo-bg-white
qfdmo-px-2w
max-md:qfdmo-drop-shadow-[0_0_100px_rgba(0,0,0,0.3)]
max-md:qfdmo-rounded-t-xl
aria-[hidden=true]:max-md:qfdmo-animate-out
aria-[hidden=true]:max-md:qfdmo-fade-out
aria-[hidden=true]:data-[exit-animation-ended=true]:qfdmo-hidden
Expand Down

0 comments on commit 88d857e

Please sign in to comment.