We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb3681 commit 9d25b31Copy full SHA for 9d25b31
jinja2/qfdmo/carte/header.html
@@ -26,6 +26,7 @@
26
</button>
27
<div class="qf-flex qf-flex-row-reverse">
28
{% if form.legend_grouped_action|length > 1 %}
29
+ {% if carte_config and not carte_config.hide_legend %}
30
<button
31
class="fr-btn fr-btn--sm fr-btn--secondary fr-ml-1w fr-btn--icon-left fr-icon-eye-line"
32
type="button"
@@ -34,6 +35,7 @@
34
35
Légende
36
37
{% endif %}
38
+ {% endif %}
39
40
class="fr-btn fr-btn--sm fr-btn--secondary fr-ml-1w fr-btn--icon-left fr-icon-equalizer-line"
41
0 commit comments