src/pyams_default_theme/component/video/templates/external-video-default.pt
changeset 281 db581a54286c
parent 104 a050abf1a69c
child 285 f7a32a10787c
--- a/src/pyams_default_theme/component/video/templates/external-video-default.pt	Fri Dec 07 12:24:59 2018 +0100
+++ b/src/pyams_default_theme/component/video/templates/external-video-default.pt	Fri Dec 07 16:06:59 2018 +0100
@@ -1,5 +1,7 @@
-<h3 tal:condition="view.title"
-	tal:content="view.title">title</h3>
-<div tal:condition="view.description"
-	 tal:content="structure tales:html(view.description)">Description</div>
-<tal:var replace="structure view.render_video()" />
+<section class="wrapper video-wrapper">
+	<h3 tal:condition="view.title"
+		tal:content="view.title">title</h3>
+	<div tal:condition="view.description"
+		 tal:content="structure tales:html(view.description)">Description</div>
+	<tal:var replace="structure view.render_video()" />
+</section>