]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/templates/spend/index.mako
7cff4a8975962b6efaa18c74c45993bdf0724edc
[bluechips.git] / bluechips / templates / spend / index.mako
1 <%inherit file="/base.mako"/>
2
3 <%!
4 import bluechips.widgets.spend as forms
5 %>
6
7 ${forms.new_spend_form(c.expenditure, action=h.url_for(action='update'))}