symposion_app/pinaxcon/templates/symposion/sponsorship/_wall.html

10 lines
216 B
HTML
Raw Normal View History

{% load sponsorship_tags %}
{% sponsors as sponsors %}
<div class="sponsor-wall">
{% for sponsor in sponsors %}
{% include "symposion/sponsorship/_sponsor_link.html" with sponsor=sponsor %}
{% endfor %}
</div>