Files @ 7f8c614fc2f4
Branch filter:

Location: symposion_app/symposion_project/templates/sponsorship/_wall.html

Luke Hatcher
update theme
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>