From 8fa00ea54c92bd98c055df0e71c101be2a5e3f53 Mon Sep 17 00:00:00 2001 From: Adam Palay Date: Thu, 8 Jan 2015 13:14:01 -0500 Subject: [PATCH] update studio footer copyright date --- cms/envs/common.py | 2 +- cms/templates/widgets/footer.html | 2 +- lms/templates/footer-edx-new.html | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/cms/envs/common.py b/cms/envs/common.py index 0c7d5157d7..db6b372eca 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -31,7 +31,7 @@ import lms.envs.common # Although this module itself may not use these imported variables, other dependent modules may. from lms.envs.common import ( USE_TZ, TECH_SUPPORT_EMAIL, PLATFORM_NAME, BUGS_EMAIL, DOC_STORE_CONFIG, ALL_LANGUAGES, WIKI_ENABLED, MODULESTORE, - update_module_store_settings, ASSET_IGNORE_REGEX + update_module_store_settings, ASSET_IGNORE_REGEX, COPYRIGHT_YEAR ) from path import path from warnings import simplefilter diff --git a/cms/templates/widgets/footer.html b/cms/templates/widgets/footer.html index 29ecdaf0f0..197b20bf8a 100644 --- a/cms/templates/widgets/footer.html +++ b/cms/templates/widgets/footer.html @@ -4,7 +4,7 @@