From 58dc149e422687bb913c83a1f761384060fd6e0b Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 1 Nov 2011 02:27:27 +0000 Subject: [PATCH] argh, thumbnails? --- itf/templates/noel/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/itf/templates/noel/index.html b/itf/templates/noel/index.html index 54bf711..367fd1f 100755 --- a/itf/templates/noel/index.html +++ b/itf/templates/noel/index.html @@ -20,9 +20,9 @@
{% load thumbnail %} {% for f in front_images %} - {% thumbnail f.image "468x282" crop="center" as im %} - - {% endthumbnail %} + {% comment %} {% thumbnail f.image "468x282" crop="center" as im %} {% endcomment %} + + {% endfor %}