From e2dc90966e79c64e0cdb94d89487ec7dd39a1ce4 Mon Sep 17 00:00:00 2001 From: Ayub khan Date: Fri, 9 Aug 2019 13:26:55 +0500 Subject: [PATCH] dnt remove cookie-concent --- lms/templates/navigation/navigation.html | 4 ++++ 1 file changed, 4 insertions(+) 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