Commit 5ceea7a0 by Adam

Merge pull request #8512 from edx/merge-release-into-master

Merge release into master
parents 83fce4d6 b199a72c
...@@ -1032,7 +1032,6 @@ def _refresh_course_tabs(request, course_module): ...@@ -1032,7 +1032,6 @@ def _refresh_course_tabs(request, course_module):
""" """
tab_panel = { tab_panel = {
"type": tab_type.type, "type": tab_type.type,
"name": tab_type.title,
} }
has_tab = tab_panel in tabs has_tab = tab_panel in tabs
if tab_enabled and not has_tab: if tab_enabled and not has_tab:
......
Markdown is supported
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