# HG changeset patch # User Thierry Florac # Date 1544195219 -3600 # Node ID db581a54286c865da5cc6c009c5de2b7d228baa4 # Parent 5058bcb9ffe438b1fe739c98b4f56833d41eebf7 Updated videos templates diff -r 5058bcb9ffe4 -r db581a54286c src/pyams_default_theme/component/paragraph/templates/video-default.pt --- a/src/pyams_default_theme/component/paragraph/templates/video-default.pt Fri Dec 07 12:24:59 2018 +0100 +++ b/src/pyams_default_theme/component/paragraph/templates/video-default.pt Fri Dec 07 16:06:59 2018 +0100 @@ -1,9 +1,9 @@ -

title

-
Description
-
+
+

title

+
Description
-
+ diff -r 5058bcb9ffe4 -r db581a54286c src/pyams_default_theme/component/video/__init__.py --- a/src/pyams_default_theme/component/video/__init__.py Fri Dec 07 12:24:59 2018 +0100 +++ b/src/pyams_default_theme/component/video/__init__.py Fri Dec 07 16:06:59 2018 +0100 @@ -34,6 +34,7 @@ label = _("Default video renderer") + context_attrs = ('author',) i18n_context_attrs = ('title', 'description') video_renderer = None diff -r 5058bcb9ffe4 -r db581a54286c src/pyams_default_theme/component/video/templates/external-video-default.pt --- 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 @@ -

title

-
Description
- +
+

title

+
Description
+ +