Skip to content

Commit

Permalink
Merge pull request #31805 from zzzarius/zzzarius/seo-240-cookie-polic…
Browse files Browse the repository at this point in the history
…y-feature

feat: Feature configuration option for disabling CookiePolicyBanner
  • Loading branch information
bseverino authored Feb 27, 2023
2 parents 860fff6 + afaf9a9 commit 25577e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/templates/header/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
% endif

<header class="global-header ${'slim' if course else ''}">
% 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",
Expand Down

0 comments on commit 25577e6

Please sign in to comment.