Changeset 686 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 13 Oct 2006, 11:27:44 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/reserve_accommodation.py
r668 r686 21 21 if info['acco']: 22 22 return context.REQUEST.RESPONSE.redirect("%s/accommodation_view" % info['acco'].absolute_url()) 23 res,psm,ds = lt.renderLayout(layout_id= 'student_accommodation _fe',24 schema_id= 'student_accommodation _fe',23 res,psm,ds = lt.renderLayout(layout_id= 'student_accommodation', 24 schema_id= 'student_accommodation', 25 25 context=context, 26 26 mapping=validate and REQUEST,
Note: See TracChangeset for help on using the changeset viewer.