Changeset 660 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 11 Oct 2006, 23:30:34 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/accommodation_view.pt
r658 r660 18 18 19 19 20 <h3> Your Hostel Application</h3>20 <h3>My Accommodation Record</h3> 21 21 <br /> 22 22 <span tal:omit-tag="" -
WAeUP_SRP/trunk/skins/waeup_student/reserve_accommodation.py
r659 r660 65 65 ds.set('session', session) 66 66 acco.getContent().edit(mapping=ds) 67 return context.REQUEST.RESPONSE.redirect("%s/accommodation_ slip" % student.absolute_url())67 return context.REQUEST.RESPONSE.redirect("%s/accommodation_view" % student.absolute_url()) 68 68 ##return context.accommodation_pin_form(rendered = res, 69 69 ## psm = "successfully reserved bed %s" % bed,
Note: See TracChangeset for help on using the changeset viewer.