fix: public video page missing sass (#32682)

This commit is contained in:
Jansen Kantor
2023-07-07 10:04:09 -04:00
committed by GitHub
parent ee871730c8
commit 87c2e09bfd

View File

@@ -276,6 +276,7 @@ class VideoBlock(
return self.student_view(context)
fragment = Fragment(self.get_html(view=PUBLIC_VIEW, context=context))
add_sass_to_fragment(fragment, 'VideoBlockDisplay.scss')
add_webpack_js_to_fragment(fragment, 'VideoBlockDisplay')
shim_xmodule_js(fragment, 'Video')
return fragment