From f2dacca03813ab8a82ffb6d6cad3e38f0b569b2a Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 7 Nov 2011 16:13:21 +0530 Subject: [PATCH] argh --- itf/templates/meeting.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/itf/templates/meeting.html b/itf/templates/meeting.html index 3be5bba..90aaade 100755 --- a/itf/templates/meeting.html +++ b/itf/templates/meeting.html @@ -241,12 +241,13 @@ str.replace(/[\r\t\n]/g, " ") {% load thumbnail %} {% for i in data.imagegallery %} {% thumbnail i.file "600x500" crop="center" as bigimage %} - {% thubmnail i.file "100x100" crop="center" as thumb %} + + {% endthumbnail %} + {% thubmnail i.file "100x100" crop="center" as thumb %} + {% endthumbnail %} - {% endthumbnail %} - {% endthumbnail %} {% endfor %}