diff --git a/lms/templates/header/header.html b/lms/templates/header/header.html index 3b66bcd4fba8..ed2efac17c10 100644 --- a/lms/templates/header/header.html +++ b/lms/templates/header/header.html @@ -43,7 +43,7 @@ % endif - % if use_cookie_banner: + % if settings.FEATURES.get('ENABLE_COOKIE_POLICY_BANNER', use_cookie_banner): ${static.renderReact( component="CookiePolicyBanner", id="frontend-component-cookie-policy-banner",