src/pyams_content/component/video/zmi/templates/video-summary.pt
changeset 406 5527bc086216
parent 405 9c147733c02e
child 407 0ef5de2d5674
--- a/src/pyams_content/component/video/zmi/templates/video-summary.pt	Thu Feb 22 10:15:00 2018 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-<h3 tal:condition="view.title"
-	tal:content="view.title">title</h3>
-<div tal:condition="view.body"
-	 tal:content="structure view.body">body</div>
-<div tal:condition="view.description"
-	 tal:content="structure extension:html(view.description)">Description</div>
-<tal:var replace="structure view.render_video()" />