[BD-10] Remove _uses_pattern_library property from EdxFragmentViews (#24536)
This commit is contained in:
@@ -65,7 +65,6 @@ class CourseBookmarksFragmentView(EdxFragmentView):
|
||||
"""
|
||||
Fragment view that shows a user's bookmarks for a course.
|
||||
"""
|
||||
_uses_pattern_library = False
|
||||
|
||||
def render_to_fragment(self, request, course_id=None, **kwargs):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user