Changeset 668 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 12 Oct 2006, 14:33:38 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/reserve_accommodation.py
r660 r668 20 20 student = info['student'] 21 21 if info['acco']: 22 return context.REQUEST.RESPONSE.redirect("%s " % info['acco'].absolute_url())22 return context.REQUEST.RESPONSE.redirect("%s/accommodation_view" % info['acco'].absolute_url()) 23 23 res,psm,ds = lt.renderLayout(layout_id= 'student_accommodation_fe', 24 24 schema_id= 'student_accommodation_fe',
Note: See TracChangeset for help on using the changeset viewer.