From 8343918c9fe9ccbc98a9f4e5232f3f7751b7ee98 Mon Sep 17 00:00:00 2001 From: marcotuts Date: Tue, 9 Aug 2016 14:19:34 -0400 Subject: [PATCH] updated copyright setting file updated LMS footer to include year in copyright message --- lms/envs/common.py | 2 +- themes/edx.org/lms/templates/footer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index 7d801363b0..b70e7d5910 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -49,7 +49,7 @@ from lms.djangoapps.lms_xblock.mixin import LmsBlockMixin PLATFORM_NAME = "Your Platform Name Here" CC_MERCHANT_NAME = PLATFORM_NAME # Shows up in the platform footer, eg "(c) COPYRIGHT_YEAR" -COPYRIGHT_YEAR = "2015" +COPYRIGHT_YEAR = "2016" PLATFORM_FACEBOOK_ACCOUNT = "http://www.facebook.com/YourPlatformFacebookAccount" PLATFORM_TWITTER_ACCOUNT = "@YourPlatformTwitterAccount" diff --git a/themes/edx.org/lms/templates/footer.html b/themes/edx.org/lms/templates/footer.html index 77949638f1..55aad69328 100644 --- a/themes/edx.org/lms/templates/footer.html +++ b/themes/edx.org/lms/templates/footer.html @@ -35,7 +35,7 @@ % endfor