source: remit/remit_templates/vouchers/select.html @ 5cfd6f6

client
Last change on this file since 5cfd6f6 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
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
[5cfd6f6]8{% include "vouchers/area_instructions.html" %}
9
[b0f541c]10<form method="post" action="">
[70ce03a]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.