From e99df99e7049fdd53e54048ab875e4539e0a7e23 Mon Sep 17 00:00:00 2001 From: Sanj Date: Sat, 17 Dec 2011 12:59:13 +0530 Subject: [PATCH] thumbnail --- 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 1ddd454..0849108 100755 --- a/itf/templates/noel/index.html +++ b/itf/templates/noel/index.html @@ -20,7 +20,7 @@
{% load thumbnail %} {% for f in front_images %} - {% comment %} {% thumbnail f.image "468x282" crop="center" as im %} {% endcomment %} + {% thumbnail f.image "468x282" crop="center" as im %} {% endfor %}