aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-12 14:58:13 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-12 14:58:13 +0000
commitbda0a251ee48cde01f96ffeaa9e9d4fe2a836587 (patch)
treeaccd3dc658e57b94264e02f47894e9403c4329a3
parent6ea282a20e78ec622199b23e9c5ed0f4493236ef (diff)
downloadmgatres-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
-rw-r--r--tmpl/donations_by_month.html2
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>