fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Locatizations.
[wolnelektury.git]
/
src
/
funding
/
templates
/
funding
/
includes
/
fundings.html
diff --git
a/src/funding/templates/funding/includes/fundings.html
b/src/funding/templates/funding/includes/fundings.html
index
4d4902c
..
1371511
100644
(file)
--- a/
src/funding/templates/funding/includes/fundings.html
+++ b/
src/funding/templates/funding/includes/fundings.html
@@
-5,12
+5,12
@@
<table class="wlfund">
{% for funding in fundings %}
<tr class="funding-plus">
<table class="wlfund">
{% for funding in fundings %}
<tr class="funding-plus">
- <td class="oneline">{{ funding.
pay
ed_at.date }}</td>
+ <td class="oneline">{{ funding.
complet
ed_at.date }}</td>
<td>
{% if funding.name %}
{{ funding.name }}
{% else %}
<td>
{% if funding.name %}
{{ funding.name }}
{% else %}
- <em>{% trans "Anon
ymous
" %}</em>
+ <em>{% trans "Anon
im
" %}</em>
{% endif %}
</td>
<td>{{ funding.amount }} zł</td>
{% endif %}
</td>
<td>{{ funding.amount }} zł</td>
@@
-23,4
+23,4
@@
{% endfor %}
</table>
{% endspaceless %}
{% endfor %}
</table>
{% endspaceless %}
-{% paginate %}
\ No newline at end of file
+{% paginate %}