From 7816a41b512fab7779e716cb15ba55b8f591eb2d Mon Sep 17 00:00:00 2001 From: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com> Date: Thu, 1 Jun 2023 10:24:02 -0400 Subject: [PATCH] fix: conditional rendering of course team link (#32336) --- cms/templates/widgets/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/templates/widgets/header.html b/cms/templates/widgets/header.html index 41029ca66d..39efc419ff 100644 --- a/cms/templates/widgets/header.html +++ b/cms/templates/widgets/header.html @@ -179,7 +179,7 @@ ${_("Course Team")} % endif - % if not course_team_mfe_enabled: + % if course_team_mfe_enabled: