Skip to content
Snippets Groups Projects
Unverified Commit 98dd03a6 authored by Adam Butterworth's avatar Adam Butterworth Committed by GitHub
Browse files

Merge pull request #24077 from eduNEXT/ama/DEPR-78/DEPR-82

[BD-10] [DEPR-78][DEPR-82] Remove pattern library of latest-update-fragment.html and welcome-message-fragment.html
parents 0768acbf 0ad20bd5
Branches
Tags
No related merge requests found
......@@ -181,9 +181,9 @@
h1,
h2,
h3 {
font-size: font-size(large);
font-weight: $font-bold;
color: $black;
margin-bottom: $baseline;
}
img {
......@@ -197,8 +197,9 @@
@include float(right);
.btn-link {
color: palette(grayscale, base);
color: $gray-800;
border-color: transparent;
cursor: pointer;
}
}
......
......@@ -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.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment