diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | tmpl/donations_who.html | 19 |
2 files changed, 14 insertions, 6 deletions
@@ -1,5 +1,6 @@ - add stylesheet and mageia navigation bar +- donations_who.html: explain that donors from before 2013 are not listed Version 0.8 diff --git a/tmpl/donations_who.html b/tmpl/donations_who.html index 5027585..5e7120a 100644 --- a/tmpl/donations_who.html +++ b/tmpl/donations_who.html @@ -9,13 +9,20 @@ <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> + <div class="section"> + <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> + <div class="section"> + This list only includes the names of donors since January 2013. The + donations from before are listed as coming from "Various People". The + full list of donors names is available <a href="//www.mageia.org/en/thank-you/">on this page</a>. + </div> </div> </body> </html> |