Files @ 982a7626824d
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/symposion/sponsorship/_sponsor_link.html

Christopher Neugebauer
Splits out voucher_code.html
{% load thumbnail %}

{% spaceless %}
<a href="{{ sponsor.external_url }}">
    {% if dimensions %}
        <img id="sponsor_{{ sponsor.pk }}" src="{% thumbnail sponsor.logo dimensions %}" alt="{{ sponsor.name }}" />
    {% else %}
        <img id="sponsor_{{ sponsor.pk }}" src="{% thumbnail sponsor.logo '150x150' %}" alt="{{ sponsor.name }}" />
    {% endif %}
</a>
{% endspaceless %}