aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/donations_by_pa.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/donations_by_pa.html')
-rw-r--r--tmpl/donations_by_pa.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/donations_by_pa.html b/tmpl/donations_by_pa.html
index 585250e..befbc1e 100644
--- a/tmpl/donations_by_pa.html
+++ b/tmpl/donations_by_pa.html
@@ -20,7 +20,7 @@
<ul>
[%- USE date(format='%Y/%m/%d') -%]
[% FOR don IN donations.by_pa.$pa.donations %]
- <li><b>[% don.amount %]</b> Euros on [% date.format(don.date) %] ([% don.type %])</li>
+ <li><b>[% don.amount %]</b> Euros on [% date.format(don.date) %] ([% don.sc_name %])</li>
[%- END -%]
</ul>
</body>