Fix guillemet manquant

This commit is contained in:
Jean-Marie Favreau 2025-03-02 21:39:22 +01:00
parent cdfea2e14f
commit f17f24b6c2

View File

@ -87,7 +87,9 @@
{% with object.get_duplicated|index:forloop.counter0 as event %} {% with object.get_duplicated|index:forloop.counter0 as event %}
{% if event.local_image %} {% if event.local_image %}
<div> <div>
<img src="{{ event.get_image_url }}" class="preview" alt="{{ object.get_duplicated.0.image_alt }} /> <img src="{{ event.get_image_url }}"
class="preview"
alt="{{ object.get_duplicated.0.image_alt }}" />
</div> </div>
{% endif %} {% endif %}
{% endwith %} {% endwith %}