X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=bluechips%2Ftemplates%2Fspend%2Findex.mako;h=1fd1307cd47ee08801356dea21dbfee4d196aec6;hb=10bb07c483a63de06af9fe99811d6c3ba82415f6;hp=dea0a3c7feb446cf895c2672669a15ca13731fc4;hpb=887d9bf9f9f10c92eaa48ad18e96e1e87c5a3cc1;p=bluechips.git diff --git a/bluechips/templates/spend/index.mako b/bluechips/templates/spend/index.mako index dea0a3c..1fd1307 100644 --- a/bluechips/templates/spend/index.mako +++ b/bluechips/templates/spend/index.mako @@ -8,4 +8,4 @@ import bluechips.widgets.spend as forms

Want to ${h.link_to('change how this expenditure is divided up', h.url_for(controller='spend', action='split', id=c.id))}?

% endif -${forms.new_spend_form(c.expenditure, action=h.url_for(action='update'))} +${forms.new_spend_form(c.expenditure, action=h.url_for(action='update')) | n}