Files @ 4ecd4d0aa4c7
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/symposion/sponsorship/_wall.html

Christopher Neugebauer
Adds a clearer “check out and pay” wording to buttons on the dashboard.

Fixes #8.
1
2
3
4
5
6
7
8
9
{% 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>