Changeset 1133
- Timestamp:
- 22 Dec 2006, 10:15:54 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/reserve_accommodation.py
r1100 r1133 10 10 lt = context.portal_layouts 11 11 info = context.getAccommodationInfo() 12 13 if info is None: 14 return context.REQUEST.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url()) 15 12 16 student = info['student'] 13 17 acco_id = info['acco_id']
Note: See TracChangeset for help on using the changeset viewer.