- Timestamp:
- May 18, 2014, 5:20:10 PM (11 years ago)
- Branches:
- master, client
- Children:
- f5bebab
- Parents:
- 38843de
- git-author:
- Alex Dehnert <adehnert@…> (05/18/14 17:20:10)
- git-committer:
- Alex Dehnert <adehnert@…> (05/18/14 17:20:10)
- Location:
- remit/remit_templates/vouchers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/remit_templates/vouchers/select.html
r5cfd6f6 rf301a50 10 10 <form method="post" action=""> 11 11 <table> 12 {% csrf_token %} 12 13 {{ form.as_table }} 13 14 <tr><td></td><td><input type='submit' value='Proceed' /></td></tr> -
remit/remit_templates/vouchers/submit.html
ra6806bf rf301a50 24 24 </tr> 25 25 {{ form.as_table }} 26 {% csrf_token %} 26 27 <tr><th colspan='2'><input type='submit' value='Request Reimbursement' /></th></tr> 27 28 </table>
Note: See TracChangeset
for help on using the changeset viewer.