diff --git a/lms/templates/video.html b/lms/templates/video.html index 1d1a374f6379..d770b7178501 100644 --- a/lms/templates/video.html +++ b/lms/templates/video.html @@ -83,21 +83,33 @@

${_('Video')}

-
% for sharing_site_info in sharing_sites_info: - - - ${_("Share on {site}").format(site=sharing_site_info['name'])} - + + % if (sharing_site_info['name'] == 'twitter'): + + + + + + + + % else: + + % endif + ${_("Share on {site}").format(site=sharing_site_info['name'])} + % endfor -