From c17e05cbc5a8ae5b1267b3fc7d20c5c926ac1e2b Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 12 Mar 2012 13:36:47 +0530 Subject: [PATCH] thumbnail thing --- itf/templates/modules/festival/meeting.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itf/templates/modules/festival/meeting.html b/itf/templates/modules/festival/meeting.html index 79694cd..c92d3c3 100755 --- a/itf/templates/modules/festival/meeting.html +++ b/itf/templates/modules/festival/meeting.html @@ -43,7 +43,7 @@ {% if sponsors %} Supported by:
{% for s in sponsors %} - {% thumbnail s.logo "120x" crop="center" as thumb %} + {% thumbnail s.logo "120" crop="center" as thumb %} {{ s.name }} {% endthumbnail %} {% endfor %}