Remove pattern library of course_experience/latest-update-fragment.html
This commit is contained in:
@@ -21,6 +21,8 @@ class LatestUpdateFragmentView(EdxFragmentView):
|
||||
"""
|
||||
A fragment that displays the latest course update.
|
||||
"""
|
||||
_uses_pattern_library = False
|
||||
|
||||
def render_to_fragment(self, request, course_id=None, **kwargs):
|
||||
"""
|
||||
Renders the latest update message fragment for the specified course.
|
||||
|
||||
@@ -24,6 +24,8 @@ class WelcomeMessageFragmentView(EdxFragmentView):
|
||||
"""
|
||||
A fragment that displays a course's welcome message.
|
||||
"""
|
||||
_uses_pattern_library = False
|
||||
|
||||
def render_to_fragment(self, request, course_id=None, **kwargs):
|
||||
"""
|
||||
Renders the welcome message fragment for the specified course.
|
||||
|
||||
Reference in New Issue
Block a user