[BD-10] Remove _uses_pattern_library property from EdxFragmentViews (#24536)

This commit is contained in:
morenol
2020-07-27 12:01:40 -04:00
committed by GitHub
parent 4e0029891f
commit 68d1c7f78c
16 changed files with 3 additions and 72 deletions

View File

@@ -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):
"""