From ee8785c04e49d1673153d038aeaf975738fbfdc2 Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 28 Mar 2012 16:28:03 +0530 Subject: [PATCH] logos should not crop --- 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 572d84b..869ca60 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" crop="center" as thumb %} + {% thumbnail s.logo "120x80" as thumb %} {% if s.url %} {% endif %} {{ s.name }}
{% if s.url %}
{% endif %}