diff --git a/symposion/templates/sponsorship/list.html b/symposion/templates/sponsorship/list.html index a1cb6ce09b26c29dfc94046122321f676447169a..1c26e95262a1d6b0f2782228045d9218a21b80bd 100644 --- a/symposion/templates/sponsorship/list.html +++ b/symposion/templates/sponsorship/list.html @@ -20,20 +20,22 @@

{{ level.name }}

{% for sponsor in level.sponsors %} -
-
-

- - {{ sponsor.name }} - -

+ {% if sponsor.website_logo %} +
+
+

+ + {{ sponsor.name }} + +

+
+
+
{{ sponsor.name }}
+

{{ sponsor.external_url }}

+

{{ sponsor.listing_text|urlize|linebreaks }}

+
-
-
{{ sponsor.name }}
-

{{ sponsor.external_url }}

-

{{ sponsor.listing_text|urlize|linebreaks }}

-
-
+ {% endif %} {% endfor %} {% endif %} {% endfor %}