client
Last change
on this file since 70ce03a was
42d0bf6,
checked in by Alex Dehnert <adehnert@…>, 16 years ago
|
Change the headings
|
-
Property mode set to
100644
|
File size:
574 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 | |
---|
| 8 | <form method="post"> |
---|
| 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.