]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/templates/spend/index.mako
61047ad445ab1e243278c40840c42e5f4ad365b9
[bluechips.git] / bluechips / templates / spend / index.mako
1 <%inherit file="/base.mako"/>
2
3 <%def name="title()">${parent.title()} :: Add a New Expenditure</%def>
4 <%!
5 import bluechips.widgets.spend as forms
6 %>
7
8 ${forms.new_spend_form(c.expenditure, action=h.url_for(action='new'))}