]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/templates/spend/new.mako
Add a results page for after an expenditure is submitted
[bluechips.git] / bluechips / templates / spend / new.mako
1 <%inherit file="/base.mako"/>
2
3 <%def name="title()">${parent.title()} :: Expenditure Details</%def>
4
5 <p>Expenditure logged.</p>
6
7 <h2>Want to do something unusual?</h2>
8
9 <ul id="expenditure_options">
10   <li>${h.link_to('Change the split', h.url_for(action='split', id=c.expenditure.id))}</li>
11   <li>${h.link_to('Spin off a subitem', h.url_for(action='subitem', id=c.expenditure.id))}</li>
12 </ul>