Changeset 3476 for WAeUP_SRP/fceokene
- Timestamp:
- 30 Apr 2008, 10:04:08 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/fceokene/waeup_custom/getStudyLevelInfo.py
r3105 r3476 58 58 info['verdict'] = context.portal_vocabularies.verdicts.get(level_doc.verdict).upper() 59 59 info['session'] = context.portal_vocabularies.sessions.get(level_doc.session) 60 info['level_str'] = context.portal_vocabularies. levels.get(level_id)60 info['level_str'] = context.portal_vocabularies.student_levels.get(level_id) 61 61 62 62 info['choosen_ids'] = request.get('ids',[]) … … 87 87 info['without_score'] = without_score = False 88 88 89 90 91 92 93 94 95 96 97 89 98 #end customization 90 99
Note: See TracChangeset for help on using the changeset viewer.