diff --git a/cms/envs/common.py b/cms/envs/common.py index 0d3b637acc..a3e1e95034 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 @@