Fix cookie consent page loaded from navigation template instead of footer template after rebasing master
This commit is contained in:
@@ -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