diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-05-31 12:48:14 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-05-31 12:48:14 +0000 |
commit | 2775dcec50a68b49e67d5507629cd0194e6fd5ad (patch) | |
tree | a08c3098be5261786940a097ba802ff03b63aa64 /tmpl/donations.html | |
parent | c875622023a26b8df8a5283b37d44790589cbb91 (diff) | |
download | mgatres-2775dcec50a68b49e67d5507629cd0194e6fd5ad.tar mgatres-2775dcec50a68b49e67d5507629cd0194e6fd5ad.tar.gz mgatres-2775dcec50a68b49e67d5507629cd0194e6fd5ad.tar.bz2 mgatres-2775dcec50a68b49e67d5507629cd0194e6fd5ad.tar.xz mgatres-2775dcec50a68b49e67d5507629cd0194e6fd5ad.zip |
Add page listing all donations
git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8411 5b7c3c08-40e5-403b-9995-ace06908e4af
Diffstat (limited to 'tmpl/donations.html')
-rw-r--r-- | tmpl/donations.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tmpl/donations.html b/tmpl/donations.html index 908a774..d0766e1 100644 --- a/tmpl/donations.html +++ b/tmpl/donations.html @@ -50,6 +50,14 @@ <li><a href="donations_y_[% year %].html">[% year %]: [% donations.by_year.$year.total %] Euros</a></li> [%- END %] </ul> + + <h2>Donations list</h2> + <p> + The list of donations received is available <a href="donations_all.html">on this page</a>. + </p> + + <p> <small>Last update: [% date.format(last_update, format => '%Y/%m/%d %H:%M:%S') %]</small> + </p> </body> </html> |