Merge pull request #15207 from teltek/teltek/bugfix/cookie-consent-navigation

Cookie consent page loaded from navigation template instead of footer…
This commit is contained in:
Simon Chen
2017-08-17 13:37:33 -04:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -140,6 +140,3 @@
<link rel="stylesheet" type="text/css" href="${url}"></link>
% endfor
% endif
% if settings.FEATURES.get('ENABLE_COOKIE_CONSENT', False):
<%include file="widgets/cookie-consent.html" />
% endif

View File

@@ -115,3 +115,6 @@ site_status_msg = get_site_status_msg(course_id)
% endif
<%include file="../help_modal.html"/>
% if settings.FEATURES.get('ENABLE_COOKIE_CONSENT', False):
<%include file="../widgets/cookie-consent.html" />
% endif