Last change
on this file since 16680 was
3744,
checked in by Henrik Bettermann, 16 years ago
|
enable selecting session for gown hire
|
File size:
603 bytes
|
Line | |
---|
1 | <metal:block use-macro="here/main_template/macros/master"> |
---|
2 | <metal:main fill-slot="header" /> |
---|
3 | <metal:main fill-slot="main" |
---|
4 | tal:define="rendered_main options/rendered; |
---|
5 | portal_status_message options/psm; |
---|
6 | paid options/paid|nothing; |
---|
7 | session_str python:context.getSessionId()[1]"> |
---|
8 | |
---|
9 | |
---|
10 | <span tal:condition="rendered_main"> |
---|
11 | <h3>Hire Gown!</h3> |
---|
12 | <br /> |
---|
13 | <div tal:replace="structure rendered_main" /> |
---|
14 | </span> |
---|
15 | |
---|
16 | |
---|
17 | </metal:main> |
---|
18 | </metal:block> |
---|
Note: See
TracBrowser for help on using the repository browser.