Skip to content

Commit

Permalink
fix: wrong function call to add_sass_to_fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
ttqureshi committed Oct 9, 2024
1 parent f80ae9f commit f3a0064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmodule/seq_block.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ def _student_or_public_view(self, context, prereq_met, prereq_meta_info, banner_
self._capture_full_seq_item_metrics(children)
self._capture_current_unit_metrics(children)

add_sass_to_fragment(fragment, 'SequenceBlockDisplay.scss')
add_css_to_fragment(fragment, 'SequenceBlockDisplay.css')
add_webpack_js_to_fragment(fragment, 'SequenceBlockDisplay')
shim_xmodule_js(fragment, 'Sequence')
return fragment
Expand Down

0 comments on commit f3a0064

Please sign in to comment.