Ignore:
Timestamp:
8 Nov 2006, 08:32:36 (18 years ago)
Author:
joachim
Message:

added email to checkadmission-form, first draft of clearance_edit

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

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_custom/cpsdocument_edit.py

    r716 r788  
    3535# (We don't call getEditableContent here, validate does it when needed.)
    3636info = context.getStudentInfo()
    37 if info and info['is_student']:
    38     return
     37##if info and info['is_student']:
     38##    return
    3939doc = context.getContent()
    4040is_valid, ds = doc.validate(request=REQUEST, proxy=context, cluster=cluster,
  • WAeUP_SRP/trunk/skins/waeup_custom/logged_in.py

    r785 r788  
    5656                da = {}
    5757                pin = request.get('pin')
     58                email = request.get('email')
    5859                app_doc = info['app_doc']
    5960                da['app_ac_pin'] = pin
     61                da['app_email'] = email
    6062                da['app_ac_date'] = current
    6163                app_doc.edit(mapping = da)
Note: See TracChangeset for help on using the changeset viewer.