From 0443a9d4131bd15977a4bdb08eacabf13fcd105c Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Wed, 15 May 2013 22:56:26 +0000 Subject: add per person donation pages git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8262 5b7c3c08-40e5-403b-9995-ace06908e4af --- tmpl/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmpl/index.html') 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 -%] -
  • [% don.who %] donated [% don.amount %] Euros on [% date.format(don.date) %]
  • +
  • [% don.who %] donated [% don.amount %] Euros on [% date.format(don.date) %]
  • [%- END -%] -- cgit v1.2.1