Changeset 4012 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
13 Mar 2009, 13:52:41 (16 years ago)
Author:
Henrik Bettermann
Message:

customize mail2student.py only for Uniben

Location:
WAeUP_SRP/trunk/skins
Files:
1 added
1 edited

Legend:

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

    r4011 r4012  
    1717
    1818d = {}
    19 #d['co_name'] = co_name
    20 #d['co_email'] = co_email
    21 d['co_name'] = prop.email_from_name
    22 d['co_email'] = prop.email_from_address
     19d['co_name'] = co_name
     20d['co_email'] = co_email
     21#d['co_name'] = prop.email_from_name
     22#d['co_email'] = prop.email_from_address
    2323d['student_email'] = student_email
    2424d['probtype'] = probtype
Note: See TracChangeset for help on using the changeset viewer.