From 97bef34948dbd77c03e6736f19d378197eb6b23a Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 5 Oct 2011 19:58:48 +0530 Subject: [PATCH] er, image --- itf/templates/modules/bestpractices/bestpractice.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/itf/templates/modules/bestpractices/bestpractice.html b/itf/templates/modules/bestpractices/bestpractice.html index ac7c909..ed04fad 100644 --- a/itf/templates/modules/bestpractices/bestpractice.html +++ b/itf/templates/modules/bestpractices/bestpractice.html @@ -2,9 +2,11 @@
{% for s in stories %} Story: {{ s.text }} - {% thumbnail s.image "100x100" crop="center" as im %} - - {% endthumbnail %} + {% for img in images %} + {% thumbnail img "100x100" crop="center" as im %} + + {% endthumbnail %} + {% endfor %}

{% endfor %} Law: {{ law }}