]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/templates/spend/index.mako
Stop lazily loading anything to fix double-counting of transfers
[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'))}