]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/templates/spend/index.mako
Change the repr of Splits to match the new db structure.
[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 <%namespace name="forms" module="bluechips.widgets.spend" />
6
7 ${forms.new_spend_form(action=h.url_for(action='new'))}