Merge branch 'master' into ola_fulfill
commit
4540263a6d
|
@ -30,7 +30,7 @@
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if campaign.ungluers.patrons %}
|
{% if campaign.ungluers.patrons %}
|
||||||
<p>Patrons of this edition include ungluers:
|
<p>Benefactors of this edition include ungluers:
|
||||||
{% for ungluer in campaign.ungluers.patrons %}
|
{% for ungluer in campaign.ungluers.patrons %}
|
||||||
{% if forloop.last %}and {% endif %}<a href="https://unglue.it{% url supporter supporter_username=ungluer.username %}">{{ ungluer.username }}</a>{% if forloop.last %}. {% else %}, {% endif %}
|
{% if forloop.last %}and {% endif %}<a href="https://unglue.it{% url supporter supporter_username=ungluer.username %}">{{ ungluer.username }}</a>{% if forloop.last %}. {% else %}, {% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in New Issue