Changeset e601d3b
- Timestamp:
- Feb 9, 2010, 2:46:40 AM (16 years ago)
- Branches:
- master, client
- Children:
- a9d44e0
- Parents:
- 856aac8
- git-author:
- Alex Dehnert <adehnert@…> (02/09/10 02:46:40)
- git-committer:
- Alex Dehnert <adehnert@…> (02/09/10 02:46:40)
- Location:
- remit
- Files:
-
- 2 edited
-
remit_templates/vouchers/ReimbursementRequest_review.html (modified) (1 diff)
-
vouchers/views.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
remit/remit_templates/vouchers/ReimbursementRequest_review.html
r856aac8 re601d3b 73 73 74 74 {% if approve_form %} 75 <h3> Request Approval</h3>75 <h3>Approve this reimbursement request:</h3> 76 76 {% if approve_message %} 77 77 <p>{{ approve_message }}</p> -
remit/vouchers/views.py
r856aac8 re601d3b 133 133 134 134 class VoucherizeForm(Form): 135 name = django.forms.CharField(max_length=100 )136 email = django.forms.EmailField(max_length=100 )135 name = django.forms.CharField(max_length=100, help_text='Signatory name for voucher',) 136 email = django.forms.EmailField(max_length=100, help_text='Signatory email for voucher') 137 137 138 138
Note: See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/chrome/site/your_project_logo.png)