er, image
This commit is contained in:
parent
b72228dbb3
commit
97bef34948
|
@ -2,9 +2,11 @@
|
||||||
<div class="itfInfo">
|
<div class="itfInfo">
|
||||||
{% for s in stories %}
|
{% for s in stories %}
|
||||||
<span class="itfInfoSub">Story: </span><span class="ifInfoInfo">{{ s.text }}</span>
|
<span class="itfInfoSub">Story: </span><span class="ifInfoInfo">{{ s.text }}</span>
|
||||||
{% thumbnail s.image "100x100" crop="center" as im %}
|
{% for img in images %}
|
||||||
<img class="itfInfoImg" src="{{ im.url }}" />
|
{% thumbnail img "100x100" crop="center" as im %}
|
||||||
{% endthumbnail %}
|
<img class="itfInfoImg" src="{{ im.url }}" />
|
||||||
|
{% endthumbnail %}
|
||||||
|
{% endfor %}
|
||||||
<br /><br />
|
<br /><br />
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<span class="itfInfoSub">Law: </span><span class="itfInfoInfo">{{ law }}</span>
|
<span class="itfInfoSub">Law: </span><span class="itfInfoInfo">{{ law }}</span>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user