Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
8343918c
Commit
8343918c
authored
Aug 09, 2016
by
marcotuts
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated copyright setting file
updated LMS footer to include year in copyright message
parent
fa136937
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lms/envs/common.py
+1
-1
themes/edx.org/lms/templates/footer.html
+1
-1
No files found.
lms/envs/common.py
View file @
8343918c
...
...
@@ -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
=
"201
5
"
COPYRIGHT_YEAR
=
"201
6
"
PLATFORM_FACEBOOK_ACCOUNT
=
"http://www.facebook.com/YourPlatformFacebookAccount"
PLATFORM_TWITTER_ACCOUNT
=
"@YourPlatformTwitterAccount"
...
...
themes/edx.org/lms/templates/footer.html
View file @
8343918c
...
...
@@ -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."
)}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment