allow definition of Section elements in report instead of standard page

This commit is contained in:
Helmut Merz 2012-08-04 09:23:27 +02:00
parent 427eb9d3b4
commit fff00ef1a0

View file

@ -17,7 +17,8 @@
</head> </head>
<body class="doc"> <body class="doc">
<div class="Section2"> <div class="Section2"
tal:omit-tag="view/omitSectionElement|nothing">
<metal:content use-macro="view/content" /> <metal:content use-macro="view/content" />
</div> </div>
</body> </body>