Changeset - bf2f226b8dd7
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2020-01-23 16:34:30
brettcsmith@brettcsmith.org
templates: Try to bugfix rendering sponsors without logos.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/_default_sidebar.html
Show inline comments
...
 
@@ -21,7 +21,7 @@ Supporter of our work year-round!</p>
 

	
 
          {% for sponsor in level.sponsors %}
 
              <div>
 
                  {% if sponsor.website_logo %}
 
                  {% if sponsor.sponsor_logo %}
 
                      <a href="{{ sponsor.external_url }}">
 
                          <img src="{% thumbnail sponsor.website_logo '600x360' %}" alt="{{ sponsor.name }}">
 
                      </a>
0 comments (0 inline, 0 general)