diff --git a/lms/templates/navigation/navigation.html b/lms/templates/navigation/navigation.html index f38f3b6b94..0e6c0b305c 100644 --- a/lms/templates/navigation/navigation.html +++ b/lms/templates/navigation/navigation.html @@ -98,3 +98,7 @@ from openedx.core.djangoapps.lang_pref.api import header_language_selector_is_en )} % endif + +% if settings.FEATURES.get('ENABLE_COOKIE_CONSENT', False): + <%include file="../widgets/cookie-consent.html" /> +% endif \ No newline at end of file