source: remit/remit_templates/vouchers/select.html @ ce973f1

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

Rename treasury to remit

  • Property mode set to 100644
File size: 351 bytes
RevLine 
[70ce03a]1{% extends "base.html" %}
2
3{% block title %}Reimbursement Request &raquo; Select Term and Area{% endblock %}
4{% block content %}
5
[1732748]6<h2>Reimbursement Request: Step 1: Select Term and Area</h2>
[70ce03a]7
[b0f541c]8<form method="post" action="">
[70ce03a]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.