Skip to content

Commit

Permalink
fix: public video page missing sass (#32682)
Browse files Browse the repository at this point in the history
  • Loading branch information
jansenk authored Jul 7, 2023
1 parent ee87173 commit 87c2e09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xmodule/video_block/video_block.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ def public_view(self, context):
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
Expand Down

0 comments on commit 87c2e09

Please sign in to comment.