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

client
Last change on this file since c3e751d was 5cfd6f6, checked in by Alex Dehnert <adehnert@…>, 15 years ago

Add instructions to select screen

  • Property mode set to 100644
File size: 400 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{% include "vouchers/area_instructions.html" %}
9
10<form method="post" action="">
11<table>
12{{ form.as_table }}
13<tr><td></td><td><input type='submit' value='Proceed' /></td></tr>
14</table>
15</form>
16
17{% endblock %}
Note: See TracBrowser for help on using the repository browser.