This commit is contained in:
Sanj 2011-10-05 20:06:42 +05:30
parent 7d690e145d
commit de9c875013

View File

@ -20,7 +20,7 @@
<span class="itfInfoSub">Quick Howto: </span><span class="itfInfoInfo">{{ quick_howto|linebreaksbr }}</span><br /><br />
{% for img in images %}
{% thumbnail img "100x100" crop="center" as im %}
{% thumbnail img.image "100x100" crop="center" as im %}
<img class="itfInfoImg" src="{{ im.url }}" />
{% endthumbnail %}
{% endfor %}