Changeset 911 for WAeUP_SRP/trunk/skins/waeup_student/getStudyLevelInfo.py
- Timestamp:
- 20 Nov 2006, 15:11:29 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getStudyLevelInfo.py
r903 r911 44 44 student_id = pt[-(3+p)] 45 45 level_id = pt[-(1+p)] 46 info['is_manager'] = context.isSectionManager() 46 info['is_sm'] = context.isSectionManager() 47 info['is_so'] = context.isSectionOfficer() 47 48 info['is_student'] = context.isStudent() 48 49 info['action'] = "%s" % context.absolute_url()
Note: See TracChangeset for help on using the changeset viewer.