diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-05-15 13:47:22 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-05-15 13:47:22 +0000 |
commit | d24ec958659270d5f409b30f1799342c1e345012 (patch) | |
tree | 60503c5822e1d160f6df1fc2ee4979bce348225c /tmpl/donations.html | |
parent | 0198a4bc59ce41712a86b610d10b0b7a93ec2dc7 (diff) | |
download | mgatres-d24ec958659270d5f409b30f1799342c1e345012.tar mgatres-d24ec958659270d5f409b30f1799342c1e345012.tar.gz mgatres-d24ec958659270d5f409b30f1799342c1e345012.tar.bz2 mgatres-d24ec958659270d5f409b30f1799342c1e345012.tar.xz mgatres-d24ec958659270d5f409b30f1799342c1e345012.zip |
Rename donations per month and per year pages
git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8244 5b7c3c08-40e5-403b-9995-ace06908e4af
Diffstat (limited to 'tmpl/donations.html')
-rw-r--r-- | tmpl/donations.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/donations.html b/tmpl/donations.html index 8eac51c..1508a78 100644 --- a/tmpl/donations.html +++ b/tmpl/donations.html @@ -22,7 +22,7 @@ <h3>Donations per year</h3> <ul> [%- FOR year IN donations.by_year.keys.sort.reverse %] - <li><a href="donations_[% year %].html">[% year %]: [% donations.by_year.$year.total %] Euros</a></li> + <li><a href="donations_y_[% year %].html">[% year %]: [% donations.by_year.$year.total %] Euros</a></li> [%- END %] </ul> <small>Last update: [% date.format(last_update, format => '%Y/%m/%d %H:%M:%S') %]</small> |