Changeset 1608


Ignore:
Timestamp:
20 Mar 2007, 15:48:45 (18 years ago)
Author:
Henrik Bettermann
Message:

new email address for forwarding

Location:
WAeUP_SRP/trunk/skins/waeup_student
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/clearance_edit.py

    r1575 r1608  
    120120        wftool.doActionFor(info['clear'],'open')
    121121        wftool.doActionFor(info['student'],'reject_clearance')
    122         action = "/contact_student_form"
     122        action = "/external_contact_student_form"
    123123        psm = "Student's clearance request has been rejected! Please fill and submit the form below!"
    124124        subject = "Clearance request rejected"
  • WAeUP_SRP/trunk/skins/waeup_student/mail2student.py

    r1598 r1608  
    4343     student_email,
    4444     co_email,
    45      'henrik@waeup.org',
     45     'waeup@saoas.org',
    4646#    'js@aixtraware.de',
    4747     co_email,
     
    5959psm = "Your message has been sent!"
    6060args['portal_status_message'] = psm
    61 url = context.absolute_url() + '/' + action + '?' + urlencode(args)
     61if action:
     62    url = context.absolute_url() + '/' + action + '?' + urlencode(args)
     63else:
     64    url = context.absolute_url() +'?' + urlencode(args)
    6265return REQUEST.RESPONSE.redirect(url)
    6366
    6467
    6568
    66 
Note: See TracChangeset for help on using the changeset viewer.