templates: Try to bugfix rendering sponsors without logos.
This commit is contained in:
parent
6be746c882
commit
bf2f226b8d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue