Changeset 3bf063c
- Timestamp:
- Mar 20, 2010, 3:59:04 AM (16 years ago)
- Branches:
- master, client
- Children:
- 3f34670
- Parents:
- e8632f2
- git-author:
- Alex Dehnert <adehnert@…> (03/20/10 03:59:04)
- git-committer:
- Alex Dehnert <adehnert@…> (03/20/10 03:59:04)
- Location:
- remit
- Files:
-
- 1 edited
- 3 moved
-
remit_templates/vouchers/emails/request_approval_admin.txt (moved) (moved from remit/remit_templates/vouchers/request_approval_email.txt)
-
remit_templates/vouchers/emails/request_submit_admin.txt (moved) (moved from remit/remit_templates/vouchers/request_submit_email.txt)
-
remit_templates/vouchers/emails/vouchers_tex.txt (moved) (moved from remit/remit_templates/vouchers/vouchers_tex_email.txt)
-
vouchers/views.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
remit/vouchers/views.py
r0e58ad0 r3bf063c 123 123 124 124 # Send email 125 tmpl = get_template('vouchers/ request_submit_email.txt')125 tmpl = get_template('vouchers/emails/request_submit_admin.txt') 126 126 ctx = Context({ 127 127 'submitter': http_request.user, … … 198 198 approve_form.cleaned_data['name'], 199 199 signatory_email=approve_form.cleaned_data['email'],) 200 tmpl = get_template('vouchers/ request_approval_email.txt')200 tmpl = get_template('vouchers/emails/request_approval_admin.txt') 201 201 ctx = Context({ 202 202 'approver': http_request.user, … … 256 256 257 257 # Send mail 258 tmpl = get_template('vouchers/ vouchers_tex_email.txt')258 tmpl = get_template('vouchers/emails/vouchers_tex.txt') 259 259 ctx = Context({ 260 260 'converter': http_request.user,
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)