diff --git a/user/themes/epau-antimatter/templates/modular/features.html.twig b/user/themes/epau-antimatter/templates/modular/features.html.twig index 9aad949..eef207e 100644 --- a/user/themes/epau-antimatter/templates/modular/features.html.twig +++ b/user/themes/epau-antimatter/templates/modular/features.html.twig @@ -18,7 +18,7 @@

{{ feature.text }}

{% endif %} {% if feature.logo %} - “logo_programme”/ + “logo_programme” {% endif %} diff --git a/user/themes/epau-antimatter/templates/modular/personnes.html.twig b/user/themes/epau-antimatter/templates/modular/personnes.html.twig index 5d839a6..7f5de82 100644 --- a/user/themes/epau-antimatter/templates/modular/personnes.html.twig +++ b/user/themes/epau-antimatter/templates/modular/personnes.html.twig @@ -8,16 +8,16 @@
{% else %} -{# ai essayé de changer les nom et class avec nouveaux champs mais marche pas #}
{% endif %} {% if feature.nom %}

{{ feature.nom }}

{% endif %} - - - {% if personnes.biographie %} -

{{ personnes.biographie }}

+ {% if feature.fonction %} +
{{ feature.fonction }}
+ {% endif %} + {% if feature.biographie %} +

{{ feature.biographie }}

{% endif %}