From 46f2adf68c853a6ada94ded6f7eeed2c4c6fc126 Mon Sep 17 00:00:00 2001 From: Tasawer Date: Thu, 20 Aug 2015 11:45:34 +0500 Subject: [PATCH] Hiding find courses button from dashboard of edge.edx.org ECOM-1996 --- lms/templates/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

${_("Find New Courses")}