]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/templates/spend/index.mako
Move common title generating code into base template
[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'))}