Files @ 2e7f8259d8f3
Branch filter:

Location: symposion_app/symposion/templates/sponsorship/_wall.html - annotation

Steve Holden
Add ids to sponsor images to allow linking to each sponsor's entry.
1
2
3
4
5
6
7
{% load sponsorship_tags %}
{% sponsors as sponsors %}
<div class="sponsor-wall">
{% for sponsor in sponsors %}
    {% include "sponsorship/_sponsor_link.html" with sponsor=sponsor %}
{% endfor %}
</div>