forked from samuel-p/sp-codes.de
fixed strings
This commit is contained in:
parent
c43ce2c8ea
commit
2faa2df157
3 changed files with 4 additions and 8 deletions
|
@ -12,11 +12,7 @@
|
|||
{% for donation in donations[0].donations %}
|
||||
<tr>
|
||||
<td>{{donation.date}}</td>
|
||||
{% if donation.via == 'opencollective' %}
|
||||
<td>Open Collective</td>
|
||||
{% else %}
|
||||
<td>{{strings.donations[donation.via][locale]}}</td>
|
||||
{% endif %}
|
||||
{% if donation.from %}
|
||||
<td>{{donation.from}}</td>
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue