diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html index de055168de..956ede01d9 100644 --- a/lms/templates/dashboard.html +++ b/lms/templates/dashboard.html @@ -149,7 +149,7 @@ import json % endif - % if settings.FEATURES.get('IS_EDX_DOMAIN'): + % if settings.FEATURES.get('IS_EDX_DOMAIN') and settings.FEATURES.get('COURSES_ARE_BROWSABLE'):
Check out our recently launched courses and what's new in your favorite subjects