source:
waeup_product/trunk/skins/waeup_student/booked_accommodation.pt
@
141
Last change on this file since 141 was 124, checked in by , 19 years ago | |
---|---|
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.