Changeset - 3f99f03cd1c0
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2020-01-23 16:49:44
brettcsmith@brettcsmith.org
templates: Sponsors page shows sponsors without logos.
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/symposion/sponsorship/list.html
Show inline comments
...
 
@@ -16,3 +16,2 @@
 
      {% for sponsor in level.sponsors %}
 
        {% if sponsor.sponsor_logo %}
 
          <div class="row">
...
 
@@ -20,2 +19,3 @@
 
              <h2>
 
                {% if sponsor.sponsor_logo %}
 
                <a href="{{ sponsor.external_url }}">
...
 
@@ -23,2 +23,5 @@
 
                </a>
 
                {% else %}
 
                <a href="{{ sponsor.external_url }}">{{ sponsor.name }}</a>
 
                {% endif %}
 
              </h2>
0 comments (0 inline, 0 general)