X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;ds=sidebyside;f=bluechips%2Ftemplates%2Fbase.mako;h=888255cbb085affec730b973cd462278eb439625;hb=53c0833dd52f70a3f57f00b2dc2ca436dd76e94f;hp=0fa65cf7c75abc4cd275cc6ca74a437bfaef4241;hpb=9030048b2ba248a47c90643b520a1e1c601bc296;p=bluechips.git diff --git a/bluechips/templates/base.mako b/bluechips/templates/base.mako index 0fa65cf..888255c 100644 --- a/bluechips/templates/base.mako +++ b/bluechips/templates/base.mako @@ -93,7 +93,6 @@ Amount My Share - % for e in es: <% @@ -109,7 +108,6 @@ ${e.amount} ${e.share(request.environ['user'])} ${h.link_to('Edit', h.url_for(controller='spend', action='edit', id=e.id))} - ${h.link_to('Delete', h.url_for(controller='spend', action='delete', id=e.id))} % endfor @@ -124,7 +122,6 @@ Description Amount - % for t in ts: <% @@ -140,7 +137,6 @@ ${t.description} ${t.amount} ${h.link_to('Edit', h.url_for(controller='transfer', action='edit', id=t.id))} - ${h.link_to('Delete', h.url_for(controller='transfer', action='delete', id=t.id))} % endfor