- Timestamp:
- 10 Mar 2009, 08:03:23 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_fceokene/reserve_accommodation.py
r3772 r4009 9 9 """ 10 10 process the the accommodation reservation 11 customized for FCE Okene (random booking order) 11 12 """ 12 13 try: … … 34 35 35 36 mode = 'create' 37 if info['booking_disabled']: 38 return context.REQUEST.RESPONSE.redirect("%s/booking_disabled" % info['student'].absolute_url()) 36 39 if not info['booking_allowed']: 37 40 return context.REQUEST.RESPONSE.redirect("%s/no_booking_allowed" % info['student'].absolute_url())
Note: See TracChangeset for help on using the changeset viewer.