summaryrefslogtreecommitdiff
path: root/templates/pages
diff options
context:
space:
mode:
Diffstat (limited to '')
-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:
ass='deletions'>-3/+0 2020-04-19Do not print the parsedCfg anymoreRené 'Necoro' Neumann1-1/+1 2020-04-19Increase go-version to 1.14René 'Necoro' Neumann1-2/+2 2020-04-19CI: go vetRené 'Necoro' Neumann1-0/+3 2020-04-19Fetching and parsing the feedsRené 'Necoro' Neumann5-4/+113 2020-04-19Ignore all config*.ymlRené 'Necoro' Neumann1-1/+1