Ignore:
Timestamp:
12 Oct 2006, 14:33:38 (18 years ago)
Author:
Henrik Bettermann
Message:

accommodation_view is called if bed alraedy booked

File:
1 edited

Legend:

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

    r660 r668  
    2020student = info['student']
    2121if 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())
    2323res,psm,ds = lt.renderLayout(layout_id= 'student_accommodation_fe',
    2424                      schema_id= 'student_accommodation_fe',
Note: See TracChangeset for help on using the changeset viewer.