File diff 87f14b8015fa → b06daba446a6
symposion/templates/sponsorship/_wall.html
Show inline comments
 
new file 100644
 
{% load sponsorship_tags %}
 
{% sponsors as sponsors %}
 
<div class="sponsor-wall">
 
{% for sponsor in sponsors %}
 
    {% include "sponsorship/_sponsor_link.html" with sponsor=sponsor %}
 
{% endfor %}
 
</div>