diff --git a/edx-platform/pearson-theme/lms/templates/header/navbar-authenticated.html b/edx-platform/pearson-theme/lms/templates/header/navbar-authenticated.html index 2c7affb0..8f45678c 100644 --- a/edx-platform/pearson-theme/lms/templates/header/navbar-authenticated.html +++ b/edx-platform/pearson-theme/lms/templates/header/navbar-authenticated.html @@ -44,7 +44,7 @@ % endif % endif - % if show_explore_courses: + % if show_explore_courses and configuration_helpers.get_value('SHOW_EXPLORE_COURSES', True):