From a726124475c74699543391071bb43ffe49bbcec8 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Thu, 23 Jan 2020 11:53:06 -0500 Subject: [PATCH] templates: Improved sponsors page listing for sponsors without logos. --- pinaxcon/templates/symposion/sponsorship/list.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pinaxcon/templates/symposion/sponsorship/list.html b/pinaxcon/templates/symposion/sponsorship/list.html index ec76cbf..c2ac93f 100644 --- a/pinaxcon/templates/symposion/sponsorship/list.html +++ b/pinaxcon/templates/symposion/sponsorship/list.html @@ -15,18 +15,18 @@ {% for sponsor in level.sponsors %}
+ {% if sponsor.sponsor_logo %}

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

+ {% else %} +
+ {% endif %}

{{ sponsor.name }}

{{ sponsor.listing_text|urlize|linebreaks }}