Ignore:
Timestamp:
Jan 7, 2010, 3:38:24 AM (16 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
42d0bf6
Parents:
169d7b5
git-author:
Alex Dehnert <adehnert@…> (01/07/10 03:38:24)
git-committer:
Alex Dehnert <adehnert@…> (01/07/10 03:38:24)
Message:

Reimbursement submission workflow mostly works

Location:
treasury/templates/vouchers
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • treasury/templates/vouchers/submit.html

    r269db50 r6b8d891  
    33{% block title %}Submit reimbursement request{% endblock %}
    44{% block content %}
    5 <p>Term: {{term}}</p>
    6 <p>Committee: {{comm}}</p>
     5
     6<h2>UA Reimbursement Request Form</h2>
     7
     8<form method="post">
     9<table>
     10<tr>
     11    <td></td>
     12    <th>You are requesting a reimbursement from:</th>
     13</tr>
     14<tr>
     15    <th>Term</th>
     16    <td>{{term}}</td>
     17</tr>
     18<tr>
     19    <th>Committee</th>
     20    <td>{{comm}}</td>
     21</tr>
     22
     23<tr>
     24    <td></td>
     25    <th>Request details:</th>
     26</tr>
     27{{ form.as_table }}
     28<tr><td></td><td><input type='submit' value='Request Reimbursement' /></td></tr>
     29</table>
     30</form>
     31
    732{% endblock %}
Note: See TracChangeset for help on using the changeset viewer.