aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/donations.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/donations.html')
-rw-r--r--tmpl/donations.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/donations.html b/tmpl/donations.html
index aa8f80e..3d3af58 100644
--- a/tmpl/donations.html
+++ b/tmpl/donations.html
@@ -13,7 +13,7 @@
<h3>Last [% l %] donations</h3>
<ul>
[%- i=0 -%]
- [%- FOR don IN donations.donations -%]
+ [%- FOR don IN donations.donations.sort('date').reverse -%]
[%- i = i + 1 -%]
[%- LAST IF i > l -%]
<li><b>[% don.who %]</b> donated <b>[% don.amount %]</b> Euros on [% date.format(don.date) %]</li>