fix: embed video css

This commit is contained in:
Leangseu Kim
2023-05-31 12:54:09 -04:00
committed by leangseu-edx
parent c7fc04968f
commit 005b6dd802

View File

@@ -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())}
<meta name="path_prefix" content="${EDX_ROOT_URL}">
<% google_site_verification_id = configuration_helpers.get_value('GOOGLE_SITE_VERIFICATION_ID', settings.GOOGLE_SITE_VERIFICATION_ID) %>