source:
remit/remit_templates/vouchers/submit.html
@
dcaa9c0
Last change on this file since dcaa9c0 was a6806bf, checked in by Alex Dehnert <adehnert@…>, 15 years ago | |
---|---|
|
|
File size: 637 bytes |
Rev | Line | |
---|---|---|
[269db50] | 1 | {% extends "base.html" %} |
2 | ||
[42d0bf6] | 3 | {% block title %}Reimbursement Request » Details{% endblock %} |
[269db50] | 4 | {% block content %} |
[6b8d891] | 5 | |
[1732748] | 6 | <h2>Reimbursement Request: Step 2: Details</h2> |
[6b8d891] | 7 | |
[b0f541c] | 8 | <form method="post" action=""> |
[a6806bf] | 9 | <table class='pretty-table'> |
[5989f2f] | 10 | <tr class='sect-head'> |
[a6806bf] | 11 | <th colspan='2'>You are requesting a reimbursement from:</th> |
[6b8d891] | 12 | </tr> |
13 | <tr> | |
14 | <th>Term</th> | |
15 | <td>{{term}}</td> | |
16 | </tr> | |
17 | <tr> | |
18 | <th>Committee</th> | |
19 | <td>{{comm}}</td> | |
20 | </tr> | |
21 | ||
[5989f2f] | 22 | <tr class='sect-head'> |
[a6806bf] | 23 | <th colspan='2'>Request details:</th> |
[6b8d891] | 24 | </tr> |
25 | {{ form.as_table }} | |
[a6806bf] | 26 | <tr><th colspan='2'><input type='submit' value='Request Reimbursement' /></th></tr> |
[6b8d891] | 27 | </table> |
28 | </form> | |
29 | ||
[269db50] | 30 | {% endblock %} |
Note: See TracBrowser
for help on using the repository browser.