From 005b6dd8022a924ae4e68b1f002ba089d80f6a51 Mon Sep 17 00:00:00 2001 From: Leangseu Kim Date: Wed, 31 May 2023 12:54:09 -0400 Subject: [PATCH] fix: embed video css --- lms/templates/public_video_share_embed.html | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/templates/public_video_share_embed.html b/lms/templates/public_video_share_embed.html index cb81c7e15c..5246ef92a8 100644 --- a/lms/templates/public_video_share_embed.html +++ b/lms/templates/public_video_share_embed.html @@ -62,6 +62,7 @@ from openedx.core.djangolib.markup import HTML <%static:css group='style-course'/> <%include file="widgets/segment-io.html" /> + ${HTML(fragment.head_html())} <% google_site_verification_id = configuration_helpers.get_value('GOOGLE_SITE_VERIFICATION_ID', settings.GOOGLE_SITE_VERIFICATION_ID) %>