Fix cookie consent page loaded from navigation template instead of footer template after rebasing master

This commit is contained in:
mrey
2017-08-17 17:48:16 +02:00
parent 86852206bc
commit e54c83fc8d

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