Files @ 6fe3b8d3db2f
Branch filter:

Location: symposion_app/pinaxcon/templates/symposion/sponsorship/_sponsor_link.html

James Polley
Use correct name for the body block

Somewhere along the line this seems to have changed from body to body_outer
1
2
3
4
5
6
7
{% load lca2018_tags %}

{% spaceless %}
<a href="{{ sponsor.external_url }}">
    <img id="sponsor_{{ sponsor.pk }}" src="{% sponsor_thumbnail sponsor.sponsor_logo %}" class="thumbnail" alt="{{ sponsor.name }}" />
</a>
{% endspaceless %}