[gen] Bugfix for result-tied POD templates.

This commit is contained in:
Gaetan Delannay 2013-01-08 13:28:35 +01:00
parent 240ce59519
commit 7b94bfb85e
7 changed files with 29 additions and 16 deletions

View file

@ -44,7 +44,7 @@
layout The layout object that will dictate how object content
will be rendered.
</tal:comment>
<metal:show define-macro="show">
<metal:show define-macro="show" tal:define="tagId python: 'content'">
<metal:layout use-macro="context/ui/widgets/show/macros/layout"/>
</metal:show>