X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=bluechips%2Ftemplates%2Fbase.mako;h=c536c94275edcdf8be0d459726eeba255ab11cd5;hb=d098f1b09ee06a4753aaaa0e0f4ccbadf22a93c8;hp=1aa31cb7bf1030d98bf337fdbbda4d8101089cee;hpb=f3e1fc2cadb1d22460cabb657f619588c4dce7f1;p=bluechips.git diff --git a/bluechips/templates/base.mako b/bluechips/templates/base.mako index 1aa31cb..c536c94 100644 --- a/bluechips/templates/base.mako +++ b/bluechips/templates/base.mako @@ -43,6 +43,7 @@ Spender Description Amount + % for e in es: @@ -50,6 +51,9 @@ ${e.spender.name} ${e.description} ${e.amount} + ${h.link_to('Edit', h.url_for(controller='spend', + action='edit', + id=e.id))} % endfor @@ -63,6 +67,7 @@ To Description Amount + % for t in ts: @@ -71,6 +76,9 @@ ${t.creditor.name} ${t.description} ${t.amount} + ${h.link_to('Edit', h.url_for(controller='transfer', + action='edit', + id=t.id))} % endfor