X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;ds=inline;f=bluechips%2Ftemplates%2Fbase.mako;h=888255cbb085affec730b973cd462278eb439625;hb=4d724b5efd7fd7c2c38a25e9d9210fe869aa0441;hp=fe328ad50c76c1f368cd9f65bf5f6bef848bf255;hpb=74f3c8399c93de554d6885412008a00bf2752640;p=bluechips.git diff --git a/bluechips/templates/base.mako b/bluechips/templates/base.mako index fe328ad..888255c 100644 --- a/bluechips/templates/base.mako +++ b/bluechips/templates/base.mako @@ -29,31 +29,31 @@ - + Dashboard - + Expense - + Transfer - + History - + User @@ -62,7 +62,7 @@ % for message in h.flash.pop_messages(): -
${message | n}
+
${str(message) | n}
% endfor
${next.body()} @@ -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