From 9c6ac2d41c2d54de1a2f6c93b65293bf585a9833 Mon Sep 17 00:00:00 2001 From: Sanj Date: Sat, 17 Dec 2011 13:02:43 +0530 Subject: [PATCH] silly --- 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 3fa81e7..880bca2 100755 --- a/itf/templates/noel/index.html +++ b/itf/templates/noel/index.html @@ -20,7 +20,7 @@
{% load thumbnail %} {% for f in front_images %} - {% thumbnail f.image "468x282" crop="center" as im %} + {% thumbnail f.image "469x282" crop="center" as im %} {% endthumbnail %} {% endfor %}