aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/donations_who.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/donations_who.html')
-rw-r--r--tmpl/donations_who.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/tmpl/donations_who.html b/tmpl/donations_who.html
index 3d1f6e0..5027585 100644
--- a/tmpl/donations_who.html
+++ b/tmpl/donations_who.html
@@ -9,13 +9,13 @@
<h1 id='mgnavt'><a href="index.html">treasurer</a> » <a href="donations.html">donations</a> » who</h1>
<div class="content">
- <h1>List of people who donated money to Mageia.Org</h1>
+ <h1>List of people who donated money to Mageia.Org</h1>
- <ul>
- [%- FOR pa IN donations.sorted_pa_by_total -%]
- <li><a href="donations_p_[% pa %].html">[% donations.by_pa.$pa.who %]</a>: [% donations.by_pa.$pa.total %] Euros</li>
- [%- END -%]
- </ul>
+ <ul>
+ [%- FOR pa IN donations.sorted_pa_by_total -%]
+ <li><a href="donations_p_[% pa %].html">[% donations.by_pa.$pa.who %]</a>: [% donations.by_pa.$pa.total %] Euros</li>
+ [%- END -%]
+ </ul>
</div>
</body>
</html>