include event text if available

This commit is contained in:
Frédéric Péters 2011-11-29 18:30:33 +01:00
parent 2fa6cafa62
commit 8cdc41c0be
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@
<p class="place" tal:content="context/place">
</p>
<div class="event-text" tal:condition="context/text" tal:content="structure context/text/output">
</div>
<div tal:replace="structure provider:plone.belowcontentbody" />
</tal:main-macro>