diff --git a/cms/templates/widgets/footer.html b/cms/templates/widgets/footer.html index df232392a9..a48fbdd9a3 100644 --- a/cms/templates/widgets/footer.html +++ b/cms/templates/widgets/footer.html @@ -15,7 +15,6 @@ from cms.djangoapps.contentstore.config.waffle import waffle, ENABLE_ACCESSIBILI

© ${datetime.now(pytz.timezone(settings.TIME_ZONE)).year} ${settings.PLATFORM_NAME}.

- % if is_any_marketing_link_set(['TOS', 'PRIVACY']) or waffle().is_enabled(ENABLE_ACCESSIBILITY_POLICY_PAGE): - % endif