- Timestamp:
- 28 Nov 2006, 15:00:59 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/campus_index.py
r901 r960 20 20 return redirect("%s/campus_anonymous_view" % request.get('URL1')) 21 21 22 campus = context.portal_ catalog(meta_type = "University")[-1].getObject()22 campus = context.portal_url.getPortalObject().campus 23 23 24 24 if context.isStudent():
Note: See TracChangeset for help on using the changeset viewer.