Fix guillemet manquant
This commit is contained in:
@@ -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 %}
|
||||||
|
Reference in New Issue
Block a user