aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/donations_by_month.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/donations_by_month.html')
-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 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>