summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-07-26 20:40:45 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-07-26 20:40:45 +0200
commit7617376ed2a72b0ed115732dfa0eb931e38ac2fb (patch)
tree5764858d6ce0705fc7314c329c481b2dbd3b5f26 /templates
parent7db93488ceb59a5ebd53fac9a8b4b963f01db038 (diff)
downloadkosten-7617376ed2a72b0ed115732dfa0eb931e38ac2fb.tar.gz
kosten-7617376ed2a72b0ed115732dfa0eb931e38ac2fb.tar.bz2
kosten-7617376ed2a72b0ed115732dfa0eb931e38ac2fb.zip
Added link to edit the constant stuff
Diffstat (limited to 'templates')
-rw-r--r--templates/pages/show.mako2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pages/show.mako b/templates/pages/show.mako
index aa67768..4a8f9ff 100644
--- a/templates/pages/show.mako
+++ b/templates/pages/show.mako
@@ -11,7 +11,7 @@
% endfor
<%self:detail name="Constant" sum="${e.constsum}" set="${e.consts}" args="exp">
- ${exp.monthly} -- ${exp.description}
+ <a href=${"/const/edit/%s" % exp.id | url}>${exp.monthly} -- ${exp.description}</a>
</%self:detail>
<%self:detail name="In Summa" sum="${e.sum}" set="${e.all}" args="exp">