X-Git-Url: https://scm.cri.minesparis.psl.eu/git/Plinn.git/blobdiff_plain/3e0a2c257d49fb162da9c70d2f70194036235166..3c4367d8e03450e9a73e61f4247145d2b6c86a33:/skins/custom_content/document_view.pt diff --git a/skins/custom_content/document_view.pt b/skins/custom_content/document_view.pt index 7f95af7..a77a35a 100755 --- a/skins/custom_content/document_view.pt +++ b/skins/custom_content/document_view.pt @@ -7,7 +7,8 @@ <body> <div metal:fill-slot="main" tal:omit-tag=""> - <div tal:replace="structure here/CookedBody">Cooked Body</div> + <div tal:condition="python:here.Format() == 'text/html'" tal:replace="structure here/EditableBody">Editable Body</div> + <div tal:condition="python:here.Format() != 'text/html'" tal:replace="structure here/CookedBody">Cooked Body</div> </div> </body>