From a0ed8fa38d163620aac1d2fd09f34b61ab1caa46 Mon Sep 17 00:00:00 2001 From: Michael Roytman Date: Thu, 15 Mar 2018 10:12:09 -0400 Subject: [PATCH] Add a link to the LMS from Studio footer. --- cms/templates/widgets/footer.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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