Changeset 1732748
- Timestamp:
- Feb 2, 2010, 1:14:42 AM (15 years ago)
- Branches:
- master, client
- Children:
- 82afa57
- Parents:
- 8fc315a
- git-author:
- Alex Dehnert <adehnert@…> (02/02/10 01:14:42)
- git-committer:
- Alex Dehnert <adehnert@…> (02/02/10 01:14:42)
- Location:
- treasury/remit_templates
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
treasury/remit_templates/registration/login.html
r8fc315a r1732748 1 1 {% extends "base.html" %} 2 2 3 {% block title %}Log in to UA Treasury{% endblock %}3 {% block title %}Log in to Remit{% endblock %} 4 4 5 5 {% block content %} 6 6 7 <h2>Log in to UA Treasury</h2>7 <h2>Log in to Remit</h2> 8 8 9 9 {% if form.errors %} -
treasury/remit_templates/vouchers/select.html
r8fc315a r1732748 4 4 {% block content %} 5 5 6 <h2> UAReimbursement Request: Step 1: Select Term and Area</h2>6 <h2>Reimbursement Request: Step 1: Select Term and Area</h2> 7 7 8 8 <form method="post" action=""> -
treasury/remit_templates/vouchers/submit.html
r8fc315a r1732748 4 4 {% block content %} 5 5 6 <h2> UAReimbursement Request: Step 2: Details</h2>6 <h2>Reimbursement Request: Step 2: Details</h2> 7 7 8 8 <form method="post" action="">
Note: See TracChangeset
for help on using the changeset viewer.