aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/index.html
diff options
context:
space:
mode:
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 a294cea..511c4b3 100644
--- a/tmpl/index.html
+++ b/tmpl/index.html
@@ -30,7 +30,7 @@
<ul>
<li>Global balances: [% transactions.balance %] Euros</li>
- [%- FOR ac IN transactions.by_account.values -%]
+ [%- FOR ac IN transactions.by_ac.values -%]
<li>[% ac.account %] : [% ac.balance %] Euros</li>
[%- END -%]
</ul>