Ignore:
Timestamp:
13 Oct 2006, 11:27:44 (18 years ago)
Author:
joachim
Message:

accommodation reservation works again, reverted layout_waeup_edit to old version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/reserve_accommodation.py

    r668 r686  
    2121if info['acco']:
    2222    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',
     23res,psm,ds = lt.renderLayout(layout_id= 'student_accommodation',
     24                      schema_id= 'student_accommodation',
    2525                      context=context,
    2626                      mapping=validate and REQUEST,
Note: See TracChangeset for help on using the changeset viewer.