summaryrefslogtreecommitdiff
path: root/templates/expenses/show.jinja
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-11-01 22:57:17 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-11-01 22:57:17 +0100
commit2bbf3bf2d37b319f06bc9e3a1c6d9097aa287bfa (patch)
treeecb227370aadc3e6256e074bdb72c00b1f141b94 /templates/expenses/show.jinja
parentec69bf1dc3be9eb2ebf971943539d77fb70f83c6 (diff)
downloadkosten-2bbf3bf2d37b319f06bc9e3a1c6d9097aa287bfa.tar.gz
kosten-2bbf3bf2d37b319f06bc9e3a1c6d9097aa287bfa.tar.bz2
kosten-2bbf3bf2d37b319f06bc9e3a1c6d9097aa287bfa.zip
Fixes and cleanup and documentation
Diffstat (limited to '')
-rw-r--r--templates/expenses/show.jinja2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/expenses/show.jinja b/templates/expenses/show.jinja
index 395d1e5..a744038 100644
--- a/templates/expenses/show.jinja
+++ b/templates/expenses/show.jinja
@@ -22,7 +22,7 @@
<div>
<div class="month_exp">
{% for c in e.catexps | sort(attribute="cat.name") %}
- {% call(exp) detail(name=c.cat.name, sum=c.expense, set=c.all) %}
+ {% call(exp) detail(name=c.cat.name, sum=c.sum, set=c.all) %}
<a href="{{ url_for(".edit", id = exp.id) }}">{{exp.day}}.{{exp.month}}. -- {{exp.description}}: {{exp.expense | eur }}</a>
{% endcall %}
{% endfor %}