source: remit/remit_templates/vouchers/select.html @ 676ea4b

client
Last change on this file since 676ea4b was 92ca60e, checked in by Alex Dehnert <adehnert@…>, 15 years ago

Rename treasury to remit

  • Property mode set to 100644
File size: 351 bytes
Line 
1{% extends "base.html" %}
2
3{% block title %}Reimbursement Request &raquo; Select Term and Area{% endblock %}
4{% block content %}
5
6<h2>Reimbursement Request: Step 1: Select Term and Area</h2>
7
8<form method="post" action="">
9<table>
10{{ form.as_table }}
11<tr><td></td><td><input type='submit' value='Proceed' /></td></tr>
12</table>
13</form>
14
15{% endblock %}
Note: See TracBrowser for help on using the repository browser.