From d49358409d9e02ce258a6c52b700dbfbcc48a67e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 11 Jan 2012 01:28:01 +0100 Subject: Add expense to const navigation --- templates/pages/const.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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)
%s EUR" % (p.description, dformat(p.start), dformat(p.end), p.expense)) p = exp.prev if p: -- cgit v1.2.3