updated donations

removed open collective
This commit is contained in:
Samuel Philipp 2022-12-08 18:34:19 +01:00
parent 7ff0eee088
commit fa284efdf5
5 changed files with 16 additions and 26 deletions

View file

@ -13,7 +13,7 @@
<tr>
<td>{{donation.date}}</td>
{% if donation.via == 'opencollective' %}
<td><a href="https://opencollective.com/sp-codes" rel="nofollow">Open Collective</a></td>
<td>Open Collective</td>
{% else %}
<td>{{strings[donation.via][locale]}}</td>
{% endif %}