openedx / schoolyourself-xblock

An XBlock for displaying School Yourself lessons on the edX platform.
GNU General Public License v3.0
1 stars 4 forks source link

fix: remove deprecated import #113

Open UsamaSadiq opened 6 months ago

UsamaSadiq commented 6 months ago

Description

This replace xblock.fragment with web_fragments.fragment. xblock.fragment was removed as of 2024-02-26. If this xblock is used in a course, the entire course will fail to load.