Skip to content
Snippets Groups Projects
Commit 8d3ec6b3 authored by Aura M. Alba's avatar Aura M. Alba
Browse files

Remove pattern library of learner_dashboard/programs.py

parent 7adb6dd9
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,8 @@ class ProgramsFragmentView(EdxFragmentView):
"""
A fragment to program listing.
"""
_uses_pattern_library = False
def render_to_fragment(self, request, **kwargs):
"""
Render the program listing fragment.
......@@ -82,6 +84,8 @@ class ProgramDetailsFragmentView(EdxFragmentView):
"""
Render the program details fragment.
"""
_uses_pattern_library = False
def render_to_fragment(self, request, program_uuid, **kwargs):
"""View details about a specific program."""
programs_config = kwargs.get('programs_config') or ProgramsApiConfig.current()
......
......@@ -168,8 +168,6 @@
}
.progress-container {
max-width: inherit;
.progress-bar {
height: 5px;
display: flex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment