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_by_year.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_by_year.html')
-rw-r--r-- | tmpl/donations_by_year.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/donations_by_year.html b/tmpl/donations_by_year.html index 9db18d0..f81325c 100644 --- a/tmpl/donations_by_year.html +++ b/tmpl/donations_by_year.html @@ -20,7 +20,7 @@ <ul> [%- FOR month IN donations.by_month.keys.sort -%] [%- IF donations.by_month.$month.year == year -%] - <li><a href="donations_[% month %].html">[% month %]: [% donations.by_month.$month.total %] Euros</a></li> + <li><a href="donations_m_[% month %].html">[% month %]: [% donations.by_month.$month.total %] Euros</a></li> [%- END -%] [%- END -%] </ul> |