--- a/src/pyams_default_theme/component/paragraph/templates/video-default.pt Mon Dec 10 14:45:33 2018 +0100
+++ b/src/pyams_default_theme/component/paragraph/templates/video-default.pt Mon Dec 10 15:34:39 2018 +0100
@@ -21,4 +21,5 @@
media 'all and (max-width: {0}px)'.format(media_width) if media_width else None;" />
</tal:loop>
</video>
+ <div class="author">${view.author}</div>
</section>
--- a/src/pyams_default_theme/component/video/templates/external-video-default.pt Mon Dec 10 14:45:33 2018 +0100
+++ b/src/pyams_default_theme/component/video/templates/external-video-default.pt Mon Dec 10 15:34:39 2018 +0100
@@ -4,4 +4,5 @@
<div tal:condition="view.description"
tal:content="structure tales:html(view.description)">Description</div>
<tal:var replace="structure view.render_video()" />
+ <div class="author">${view.author}</div>
</section>