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