Changeset 683 for WAeUP_SRP/trunk/skins
- Timestamp:
- 13 Oct 2006, 08:51:17 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_academics/academics_index.py
r681 r683 28 28 elif context.portal_type == 'CoursesFolder': 29 29 return context.courses_view() 30 elif context.portal_type == 'CertificatesFolder': 31 return context.certificates_view() 30 32 elif context.portal_type == 'Certificate': 31 33 return context.certificate_view()
Note: See TracChangeset for help on using the changeset viewer.