diff --git a/AUTHORS b/AUTHORS index 8026729689..eb566a264f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -257,3 +257,4 @@ Muhammad Rehan Shawn Milochik Afeef Janjua Jacek Bzdak +Dan Powell diff --git a/cms/templates/widgets/footer.html b/cms/templates/widgets/footer.html index 8c1e21fbbf..08a9bf2130 100644 --- a/cms/templates/widgets/footer.html +++ b/cms/templates/widgets/footer.html @@ -11,16 +11,22 @@ from django.core.urlresolvers import reverse

© ${settings.COPYRIGHT_YEAR} ${settings.PLATFORM_NAME}.

- + % if is_any_marketing_link_set(['TOS', 'PRIVACY']): + + % endif