Changeset 716 for WAeUP_SRP/trunk/skins/waeup_custom
- Timestamp:
- 17 Oct 2006, 16:51:20 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_custom/cpsdocument_edit.py
r665 r716 35 35 # (We don't call getEditableContent here, validate does it when needed.) 36 36 info = context.getStudentInfo() 37 if info ['is_student']:37 if info and info['is_student']: 38 38 return 39 39 doc = context.getContent()
Note: See TracChangeset for help on using the changeset viewer.