fix: public video page missing sass (#32682)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user