dnt remove cookie-concent

This commit is contained in:
Ayub khan
2019-08-09 13:26:55 +05:00
parent 3b074323b8
commit e2dc90966e

View File

@@ -98,3 +98,7 @@ from openedx.core.djangoapps.lang_pref.api import header_language_selector_is_en
)}</div>
<![endif]-->
% endif
% if settings.FEATURES.get('ENABLE_COOKIE_CONSENT', False):
<%include file="../widgets/cookie-consent.html" />
% endif