Changeset 1403 for WAeUP_SRP/trunk/skins
- Timestamp:
- 9 Feb 2007, 15:37:49 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getStudyCourseInfo.py
r1380 r1403 27 27 return None 28 28 sbrain = res[0] 29 info['student'] = sbrain 29 30 cert_id = sbrain.course 30 31 res = context.portal_catalog(portal_type = "Certificate", id = cert_id) -
WAeUP_SRP/trunk/skins/waeup_student/study_course_view.pt
r1380 r1403 13 13 <h3> 14 14 <span tal:condition="python:is_so and info"> 15 <span tal:content="info/student/ Title" />:15 <span tal:content="info/student/name" />: 16 16 </span> 17 17 <span tal:content="here/title_or_id" />
Note: See TracChangeset for help on using the changeset viewer.