updated copyright setting file

updated LMS footer to include year in copyright message
This commit is contained in:
marcotuts
2016-08-09 14:19:34 -04:00
parent fa136937dc
commit 8343918c9f
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -35,7 +35,7 @@
% endfor
</nav>
<p class="copyright">${_(
u"\u00A9 edX Inc. All rights reserved except where noted. "
u"\u00A9 2016 edX Inc. All rights reserved except where noted. "
u"EdX, Open edX and the edX and Open EdX logos are registered trademarks "
u"or trademarks of edX Inc."
)}