From b18ddd74b408254db5578e70c4bad01338ae6db4 Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 28 Mar 2012 16:26:16 +0530 Subject: [PATCH] sponsor logo sizes --- 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 7245bfc..572d84b 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 "120" crop="center" as thumb %} + {% thumbnail s.logo "120x80" crop="center" as thumb %} {% if s.url %} {% endif %} {{ s.name }}
{% if s.url %}
{% endif %}