Changeset 555 for WAeUP_SRP/trunk/skins/waeup_academics
- Timestamp:
- 25 Sep 2006, 11:57:19 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_academics/academics_index.py
r554 r555 33 33 elif context.portal_type == 'Department': 34 34 return context.department_index_view() 35 elif context.portal_type == 'Course':36 return context.course_index_view()35 ## elif context.portal_type == 'Course': 36 ## return context.course_index_view() 37 37 return redirect("%s/academics_contents" % context.absolute_url()) 38 38 if isStudent:
Note: See TracChangeset for help on using the changeset viewer.