From 38f562c180e414d9dcf86a6841f842d62a6b84fe Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 12 Mar 2012 13:38:27 +0530 Subject: [PATCH] make logo links work --- 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 c92d3c3..e4b1567 100755 --- a/itf/templates/modules/festival/meeting.html +++ b/itf/templates/modules/festival/meeting.html @@ -44,7 +44,7 @@ Supported by:
{% for s in sponsors %} {% thumbnail s.logo "120" crop="center" as thumb %} - {{ s.name }} + {{ s.name }} {% endthumbnail %} {% endfor %} {% endif %}