Commit 442bcae4 by Simon Chen Committed by GitHub

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

Cookie consent page loaded from navigation template instead of footer…
parents 31292a68 e54c83fc
......@@ -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
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment