source: waeup_product/trunk/skins/waeup_student/booked_accommodation.pt @ 167

Last change on this file since 167 was 166, checked in by joachim, 19 years ago

=more enhancements

File size: 645 bytes
Line 
1<html metal:use-macro="here/content_lib_master/macros/master">
2  <metal:block fill-slot="head_slot">
3  </metal:block>
4  <metal:block fill-slot="header">
5  </metal:block>
6  <metal:block fill-slot="main"
7               tal:define="acco options/v"
8               >
9    You have successfully booked bed nr <span tal:content="acco/beds_assigned" /> in <span tal:content="acco/heading" />.
10    <br />Your next steps:
11    <ul>
12      <li>Buy a Hostel Scratch card</li>
13      <li>Login with your user_id and password </li>
14      <li>Klick on the pay Hostel Fee tab</li>
15    </ul>
16  </metal:block>
17  <metal:block fill-slot="sub">
18  </metal:block>
19</html>
Note: See TracBrowser for help on using the repository browser.