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