diff options
Diffstat (limited to 'tmpl/index.json')
-rw-r--r-- | tmpl/index.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmpl/index.json b/tmpl/index.json index b6102d7..686732b 100644 --- a/tmpl/index.json +++ b/tmpl/index.json @@ -4,6 +4,7 @@ SET out = {}; SET out.balance = transactions.balance.bstr; SET out.donations_30days = donations.total_30.bstr; + SET out.donations_total = donations.total.bstr; SET out.last_donations = []; SET out.last_update = date.format(last_update, format => '%Y/%m/%d %H:%M:%S'); SET i=0; |