diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-05-12 14:58:13 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-05-12 14:58:13 +0000 |
commit | bda0a251ee48cde01f96ffeaa9e9d4fe2a836587 (patch) | |
tree | accd3dc658e57b94264e02f47894e9403c4329a3 /tmpl/donations_by_month.html | |
parent | 6ea282a20e78ec622199b23e9c5ed0f4493236ef (diff) | |
download | mgatres-bda0a251ee48cde01f96ffeaa9e9d4fe2a836587.tar mgatres-bda0a251ee48cde01f96ffeaa9e9d4fe2a836587.tar.gz mgatres-bda0a251ee48cde01f96ffeaa9e9d4fe2a836587.tar.bz2 mgatres-bda0a251ee48cde01f96ffeaa9e9d4fe2a836587.tar.xz mgatres-bda0a251ee48cde01f96ffeaa9e9d4fe2a836587.zip |
tmpl/donations_by_month.html: show donation types
git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8209 5b7c3c08-40e5-403b-9995-ace06908e4af
Diffstat (limited to 'tmpl/donations_by_month.html')
-rw-r--r-- | tmpl/donations_by_month.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/donations_by_month.html b/tmpl/donations_by_month.html index 9dd338d..5fb5184 100644 --- a/tmpl/donations_by_month.html +++ b/tmpl/donations_by_month.html @@ -21,7 +21,7 @@ <ul> [%- USE date(format='%Y/%m/%d') -%] [% FOR don IN donations.by_month.$month.donations %] - <li><b>[% don.who %]</b> donated <b>[% don.amount %]</b> Euros on [% date.format(don.date) %]</li> + <li><b>[% don.who %]</b> donated <b>[% don.amount %]</b> Euros on [% date.format(don.date) %] ([% don.type %])</li> [%- END -%] </ul> </body> |