Changeset 554 for WAeUP_SRP/trunk
- Timestamp:
- 25 Sep 2006, 11:55:37 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_academics
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_academics/academics_index.py
r552 r554 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 37 return redirect("%s/academics_contents" % context.absolute_url()) 36 38 if isStudent:
Note: See TracChangeset for help on using the changeset viewer.