]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/templates/spend/index.mako
little performance tweaks
[bluechips.git] / bluechips / templates / spend / index.mako
1 <%inherit file="/base.mako"/>
2
3 <%!
4 import bluechips.widgets.spend as forms
5 %>
6
7 % if c.id != '':
8 <p>Want to ${h.link_to('change how this expenditure is divided up', h.url_for(controller='spend', action='split', id=c.id))}?</p>
9 % endif
10
11 ${forms.new_spend_form(c.expenditure, action=h.url_for(action='update')) | n}