File diff 000000000000 → 04f246d85071
pinaxcon/templates/symposion/sponsorship/_wall.html
Show inline comments
 
new file 100644
 
{% 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>