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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user