From e543589c83523d522aac1c8a76137a80bfb94b2d Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 28 Mar 2012 16:30:13 +0530 Subject: [PATCH] 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 869ca60..41a53da 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 "120x80" as thumb %} + {% thumbnail s.logo "150x80" as thumb %} {% if s.url %} {% endif %} {{ s.name }}
{% if s.url %}
{% endif %}