source: treasury/templates/vouchers/select.html @ b0f541c

client
Last change on this file since b0f541c was b0f541c, checked in by Alex Dehnert <adehnert@…>, 16 years ago

Specify an action on our forms

  • Property mode set to 100644
File size: 354 bytes
Line 
1{% extends "base.html" %}
2
3{% block title %}Reimbursement Request &raquo; Select Term and Area{% endblock %}
4{% block content %}
5
6<h2>UA 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.