diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-05-15 22:56:26 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-05-15 22:56:26 +0000 |
commit | 0443a9d4131bd15977a4bdb08eacabf13fcd105c (patch) | |
tree | 4de96d4e27672208e1a4f0c15e8b3c71c6c922d9 /tmpl/donations_by_month.html | |
parent | b798ff2ec93407edf42881352ac25a438675774f (diff) | |
download | mgatres-0443a9d4131bd15977a4bdb08eacabf13fcd105c.tar mgatres-0443a9d4131bd15977a4bdb08eacabf13fcd105c.tar.gz mgatres-0443a9d4131bd15977a4bdb08eacabf13fcd105c.tar.bz2 mgatres-0443a9d4131bd15977a4bdb08eacabf13fcd105c.tar.xz mgatres-0443a9d4131bd15977a4bdb08eacabf13fcd105c.zip |
add per person donation pages
git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8262 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 2fc79c3..ed4af7f 100644 --- a/tmpl/donations_by_month.html +++ b/tmpl/donations_by_month.html @@ -20,7 +20,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) %] ([% don.type %])</li> + <li><b><a href="donations_p_[% don.pa %].html">[% don.who %]</a></b> donated <b>[% don.amount %]</b> Euros on [% date.format(don.date) %] ([% don.type %])</li> [%- END -%] </ul> </body> |