aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/donations_all.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/donations_all.html')
-rw-r--r--tmpl/donations_all.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/tmpl/donations_all.html b/tmpl/donations_all.html
index fbd9c2c..e9171e7 100644
--- a/tmpl/donations_all.html
+++ b/tmpl/donations_all.html
@@ -9,13 +9,13 @@
<h1 id='mgnavt'><a href="index.html">treasurer</a> » <a href="donations.html">donations</a> » all</h1>
<div class="content">
- <h1>Mageia.Org donations list</h1>
- <ul>
- [%- USE date(format='%Y/%m/%d') -%]
- [% FOR don IN donations.donations.sort('date').reverse %]
- <li><b><a href="donations_p_[% don.pa %].html">[% don.who %]</a></b> donated <b>[% don.amount %]</b> Euros on [% date.format(don.date) %] ([% don.sc_name %])</li>
- [%- END -%]
- </ul>
+ <h1>Mageia.Org donations list</h1>
+ <ul>
+ [%- USE date(format='%Y/%m/%d') -%]
+ [% FOR don IN donations.donations.sort('date').reverse %]
+ <li><b><a href="donations_p_[% don.pa %].html">[% don.who %]</a></b> donated <b>[% don.amount %]</b> Euros on [% date.format(don.date) %] ([% don.sc_name %])</li>
+ [%- END -%]
+ </ul>
</div>
</body>
</html>