Fix incorrect usage of argument

This commit is contained in:
Björn Fromme
2018-09-26 12:11:48 +02:00
parent 1ddac8b7ef
commit 2085349e96
@@ -12,7 +12,7 @@
<f:if condition="{contact.image}">
<f:then>
<f:image class="team__image" src="{contact.image.uid}" treatIdAsReference="1"
crop="{contact.image}" alt="{contact.image.alternative}"/>
alt="{contact.image.alternative}"/>
</f:then>
<f:else>
<img src="https://placehold.it/600x400" alt="" class="team__image">