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

Last change on this file since 144 was 124, checked in by Henrik Bettermann, 19 years ago

bug fixes

File size: 458 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  </metal:block>
11  <metal:block fill-slot="sub">
12  </metal:block>
13</html>
Note: See TracBrowser for help on using the repository browser.