aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/index.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-15 22:56:26 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-15 22:56:26 +0000
commit0443a9d4131bd15977a4bdb08eacabf13fcd105c (patch)
tree4de96d4e27672208e1a4f0c15e8b3c71c6c922d9 /tmpl/index.html
parentb798ff2ec93407edf42881352ac25a438675774f (diff)
downloadmgatres-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/index.html')
-rw-r--r--tmpl/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/index.html b/tmpl/index.html
index 32fdb1b..ac87349 100644
--- a/tmpl/index.html
+++ b/tmpl/index.html
@@ -19,7 +19,7 @@
[%- FOR don IN donations.donations.sort('date').reverse -%]
[%- i = i + 1 -%]
[%- LAST IF i > l -%]
- <li><b>[% don.who %]</b> donated <b>[% don.amount %]</b> Euros on [% date.format(don.date) %]</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) %]</li>
[%- END -%]
</ul>