Changeset 788 for WAeUP_SRP/trunk/skins/waeup_custom
- Timestamp:
- 8 Nov 2006, 08:32:36 (18 years ago)
- 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 35 35 # (We don't call getEditableContent here, validate does it when needed.) 36 36 info = context.getStudentInfo() 37 if info and info['is_student']:38 return37 ##if info and info['is_student']: 38 ## return 39 39 doc = context.getContent() 40 40 is_valid, ds = doc.validate(request=REQUEST, proxy=context, cluster=cluster, -
WAeUP_SRP/trunk/skins/waeup_custom/logged_in.py
r785 r788 56 56 da = {} 57 57 pin = request.get('pin') 58 email = request.get('email') 58 59 app_doc = info['app_doc'] 59 60 da['app_ac_pin'] = pin 61 da['app_email'] = email 60 62 da['app_ac_date'] = current 61 63 app_doc.edit(mapping = da)
Note: See TracChangeset for help on using the changeset viewer.