fix actu daipo bug

This commit is contained in:
2025-04-07 14:55:46 +02:00
parent bad42e1d77
commit 754cce927a

View File

@@ -53,10 +53,12 @@
{% if label_hidden %} {% if label_hidden %}
{% if multiple %} {% if multiple %}
<div{{ attributes }}> <div{{ attributes }}>
<div class="actu-diaporama">
{% for item in items %} {% for item in items %}
<div{{ item.attributes }}>{{ item.content }}</div> <div{{ item.attributes }}>{{ item.content }}</div>
{% endfor %} {% endfor %}
</div> </div>
</div>
{% else %} {% else %}
{% for item in items %} {% for item in items %}
<div{{ attributes }}>{{ item.content }}</div> <div{{ attributes }}>{{ item.content }}</div>