source: treasury/remit_templates/vouchers/submit.html @ 82afa57

client
Last change on this file since 82afa57 was 1732748, checked in by Alex Dehnert <adehnert@…>, 15 years ago

Expunge "UA" from the templates

  • Property mode set to 100644
File size: 617 bytes
Line 
1{% extends "base.html" %}
2
3{% block title %}Reimbursement Request &raquo; Details{% endblock %}
4{% block content %}
5
6<h2>Reimbursement Request: Step 2: Details</h2>
7
8<form method="post" action="">
9<table>
10<tr class='sect-head'>
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 class='sect-head'>
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
32{% endblock %}
Note: See TracBrowser for help on using the repository browser.