diff --git a/pinaxcon/templates/symposion/sponsorship/list.html b/pinaxcon/templates/symposion/sponsorship/list.html index 389bef09dd265187dfac1a952f3f9b0b379beda4..2ce986b266fd9ee7a8cf166d992e14289f400beb 100644 --- a/pinaxcon/templates/symposion/sponsorship/list.html +++ b/pinaxcon/templates/symposion/sponsorship/list.html @@ -14,13 +14,16 @@

{{ level.name }}

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

+ {% if sponsor.sponsor_logo %} {{ sponsor.name }} + {% else %} + {{ sponsor.name }} + {% endif %}