diff --git a/lms/templates/footer.html b/lms/templates/footer.html
index 386ca23869..7efef21e67 100644
--- a/lms/templates/footer.html
+++ b/lms/templates/footer.html
@@ -140,6 +140,3 @@
% endfor
% endif
-% if settings.FEATURES.get('ENABLE_COOKIE_CONSENT', False):
- <%include file="widgets/cookie-consent.html" />
-% endif
diff --git a/lms/templates/navigation/navigation.html b/lms/templates/navigation/navigation.html
index d3389465f5..5db3fc03ac 100644
--- a/lms/templates/navigation/navigation.html
+++ b/lms/templates/navigation/navigation.html
@@ -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