From 577aa9eff3bff24e75663aa95c76ba9fcf3bd47d Mon Sep 17 00:00:00 2001 From: Sanj Date: Sat, 17 Dec 2011 12:56:55 +0530 Subject: [PATCH] thumbnail images --- itf/templates/noel/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itf/templates/noel/index.html b/itf/templates/noel/index.html index 526fc0e..1ddd454 100755 --- a/itf/templates/noel/index.html +++ b/itf/templates/noel/index.html @@ -21,7 +21,7 @@ {% load thumbnail %} {% for f in front_images %} {% comment %} {% thumbnail f.image "468x282" crop="center" as im %} {% endcomment %} - + {% endfor %}