- Timestamp:
- 30 Apr 2008, 10:03:41 (17 years ago)
- Location:
- WAeUP_SRP
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/course_registration_slip.pt
r2760 r3475 14 14 validated info/validated; 15 15 "> 16 <h3>Course Registration Slip for <span tal:content=" here/title_or_id" /></h3>16 <h3>Course Registration Slip for <span tal:content="info/level_str" /></h3> 17 17 <br /> 18 18 <div tal:condition="validated"> -
WAeUP_SRP/base/skins/waeup_student/study_level_view.pt
r3169 r3475 51 51 <span tal:condition="is_student">My </span> 52 52 53 Course Registration Form for <span tal:content=" here/Title" />53 Course Registration Form for <span tal:content="info/level_str" /> 54 54 </h3> 55 55 -
WAeUP_SRP/uniben/waeup_custom/getStudyLevelInfo.py
r3263 r3475 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.student_levels.get(level_id) # not used 60 info['level_str'] = context.portal_vocabularies.student_levels.get(level_id) 61 61 62 62 info['choosen_ids'] = request.get('ids',[])
Note: See TracChangeset for help on using the changeset viewer.