Commit e54c83fc by mrey

Fix cookie consent page loaded from navigation template instead of footer…

Fix cookie consent page loaded from navigation template instead of footer template after rebasing master
parent 86852206
...@@ -115,3 +115,6 @@ site_status_msg = get_site_status_msg(course_id) ...@@ -115,3 +115,6 @@ site_status_msg = get_site_status_msg(course_id)
% endif % endif
<%include file="../help_modal.html"/> <%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