diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-05-12 14:58:19 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-05-12 14:58:19 +0000 |
commit | 5f84ef863a5e50388a1318de2dd65c9804862383 (patch) | |
tree | 69fd0370126263097eb6875373e25ae6bd96a072 /tmpl/donations_by_year.html | |
parent | d880bb65414c7f619abac6215eedbbdd75e5cf84 (diff) | |
download | mgatres-5f84ef863a5e50388a1318de2dd65c9804862383.tar mgatres-5f84ef863a5e50388a1318de2dd65c9804862383.tar.gz mgatres-5f84ef863a5e50388a1318de2dd65c9804862383.tar.bz2 mgatres-5f84ef863a5e50388a1318de2dd65c9804862383.tar.xz mgatres-5f84ef863a5e50388a1318de2dd65c9804862383.zip |
tmpl/donations_by_year.html: sort months
git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8211 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 e7941bb..8550519 100644 --- a/tmpl/donations_by_year.html +++ b/tmpl/donations_by_year.html @@ -19,7 +19,7 @@ </ul> <h3>Donations for each month</h3> <ul> - [%- FOR month IN donations.by_month.keys -%] + [%- 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> [%- END -%] |