Changeset 660 for WAeUP_SRP


Ignore:
Timestamp:
11 Oct 2006, 23:30:34 (18 years ago)
Author:
Henrik Bettermann
Message:

accomodation_view now also shows up after booking
title changed

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  
    1818
    1919
    20         <h3>Your Hostel Application</h3>
     20        <h3>My Accommodation Record</h3>
    2121        <br />
    2222        <span tal:omit-tag=""
  • WAeUP_SRP/trunk/skins/waeup_student/reserve_accommodation.py

    r659 r660  
    6565ds.set('session', session)
    6666acco.getContent().edit(mapping=ds)
    67 return context.REQUEST.RESPONSE.redirect("%s/accommodation_slip" % student.absolute_url())
     67return context.REQUEST.RESPONSE.redirect("%s/accommodation_view" % student.absolute_url())
    6868##return context.accommodation_pin_form(rendered = res,
    6969##                                 psm = "successfully reserved bed %s" % bed,
Note: See TracChangeset for help on using the changeset viewer.