From fb0da16030eb7d22f577e978da298f162809d28d Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 12 Mar 2012 13:40:23 +0530 Subject: [PATCH] logos that dont have links should not try and be links --- itf/templates/modules/festival/meeting.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/itf/templates/modules/festival/meeting.html b/itf/templates/modules/festival/meeting.html index e4b1567..0399642 100755 --- a/itf/templates/modules/festival/meeting.html +++ b/itf/templates/modules/festival/meeting.html @@ -44,7 +44,9 @@ Supported by:
{% for s in sponsors %} {% thumbnail s.logo "120" crop="center" as thumb %} - {{ s.name }} + {% if s.url %} {% endif %} + {{ s.name }} + {% if s.url %} {% endif %} {% endthumbnail %} {% endfor %} {% endif %}