diff --git a/pinaxcon/templates/_default_sidebar.html b/pinaxcon/templates/_default_sidebar.html index 22486adda44444fd332d78a0c11c46be5125a8f6..a1936f1c4c80d518b39128f70c564358c3844c97 100644 --- a/pinaxcon/templates/_default_sidebar.html +++ b/pinaxcon/templates/_default_sidebar.html @@ -13,9 +13,13 @@ {% for sponsor in level.sponsors %}
- - {{ sponsor.name }} - + {% if sponsor.website_logo %} + + {{ sponsor.name }} + + {% else %} + {{ sponsor.name }} + {% endif %}
{% endfor %} {% endif %}