source: treasury/templates/vouchers/submit.html @ 269db50

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

First pass at request submission

  • Property mode set to 100644
File size: 171 bytes
Line 
1{% extends "base.html" %}
2
3{% block title %}Submit reimbursement request{% endblock %}
4{% block content %}
5<p>Term: {{term}}</p>
6<p>Committee: {{comm}}</p>
7{% endblock %}
Note: See TracBrowser for help on using the repository browser.