From 05afa2da179bcd407e87eb5659238a3ae1975d29 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Mon, 5 Jan 2015 21:30:44 -0500 Subject: [PATCH] Variablize copyright year for LMS footer --- lms/envs/common.py | 2 ++ lms/templates/footer-edx-new.html | 3 ++- lms/templates/footer.html | 7 ++++++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index 427d803d8e..539fe3c3c4 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -41,6 +41,8 @@ from lms.djangoapps.lms_xblock.mixin import LmsBlockMixin # The display name of the platform to be used in templates/emails/etc. PLATFORM_NAME = "Your Platform Name Here" CC_MERCHANT_NAME = PLATFORM_NAME +# Shows up in the platform footer, eg "(c) COPYRIGHT_YEAR" +COPYRIGHT_YEAR = "2015" PLATFORM_FACEBOOK_ACCOUNT = "http://www.facebook.com/YourPlatformFacebookAccount" PLATFORM_TWITTER_ACCOUNT = "@YourPlatformTwitterAccount" diff --git a/lms/templates/footer-edx-new.html b/lms/templates/footer-edx-new.html index dd45d094da..80c1f6c412 100644 --- a/lms/templates/footer-edx-new.html +++ b/lms/templates/footer-edx-new.html @@ -31,7 +31,8 @@ - + ## Translators: '©' is an HTML character code for the copyright symbol. Please don't remove or change it. +