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