Changeset 3bf063c


Ignore:
Timestamp:
Mar 20, 2010, 3:59:04 AM (16 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Make vouchers/emails/ template directory & use it

Location:
remit
Files:
1 edited
3 moved

Legend:

Unmodified
Added
Removed
  • remit/vouchers/views.py

    r0e58ad0 r3bf063c  
    123123
    124124            # Send email
    125             tmpl = get_template('vouchers/request_submit_email.txt')
     125            tmpl = get_template('vouchers/emails/request_submit_admin.txt')
    126126            ctx = Context({
    127127                'submitter': http_request.user,
     
    198198                    approve_form.cleaned_data['name'],
    199199                    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')
    201201                ctx = Context({
    202202                    'approver': http_request.user,
     
    256256
    257257    # Send mail
    258     tmpl = get_template('vouchers/vouchers_tex_email.txt')
     258    tmpl = get_template('vouchers/emails/vouchers_tex.txt')
    259259    ctx = Context({
    260260        'converter': http_request.user,
Note: See TracChangeset for help on using the changeset viewer.