summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/pages/const.mako2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pages/const.mako b/templates/pages/const.mako
index acb672b..502cd64 100644
--- a/templates/pages/const.mako
+++ b/templates/pages/const.mako
@@ -22,7 +22,7 @@
<%
def create(p):
- return ("const/%s" % p.id, "%s (%s-%s)" % (p.description, dformat(p.start), dformat(p.end)))
+ return ("const/%s" % p.id, "%s (%s-%s)<br>%s EUR" % (p.description, dformat(p.start), dformat(p.end), p.expense))
p = exp.prev
if p: