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
eaa37761
Commit
eaa37761
authored
Jan 28, 2015
by
Sarina Canelake
Committed by
David Baumgold
Feb 02, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update text in LMS footer as per legal
[OPEN-444]
parent
6a004026
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
11 deletions
+20
-11
lms/templates/footer-edx-new.html
+11
-6
lms/templates/footer.html
+9
-5
No files found.
lms/templates/footer-edx-new.html
View file @
eaa37761
...
...
@@ -30,12 +30,17 @@
</div>
<div
class=
"footer-about-copyright"
>
## Translators: '
©
' is an HTML character code for the copyright symbol. Please don't remove or change it.
<p>
${_("
©
{copyright_year} {platform_name}, some rights reserved").format(
platform_name=settings.PLATFORM_NAME,
copyright_year=settings.COPYRIGHT_YEAR
)}
</p>
## Using "edX Inc." explicitly here for copyright purposes (settings.PLATFORM_NAME is just "edX", and this footer is only used on edx.org)
<p>
©
${settings.COPYRIGHT_YEAR} edX Inc.
</p>
## Site operators: Please do not remove this paragraph! This attributes back to edX and makes your acknowledgement of edX's trademarks clear.
<p>
## Translators: 'EdX', 'edX', and 'Open edX' are trademarks of 'edX Inc.'. Please do not translate any of these trademarks and company names.
${_("EdX, Open edX, and the edX and Open edX logos are registered trademarks or trademarks of {link_start}edX Inc.{link_end}").format(
link_start=u"
<a
href=
'https://www.edx.org/'
>
",
link_end=u"
</a>
"
)}
</p>
</div>
<div
class=
"footer-about-links"
>
...
...
lms/templates/footer.html
View file @
eaa37761
...
...
@@ -51,11 +51,15 @@
</p>
</div>
## Translators: '
©
' is an HTML character code for the copyright symbol. Please don't remove or change it.
<p
class=
"copyright"
>
${_("
©
{copyright_year} {platform_name}, some rights reserved").format(
platform_name=settings.PLATFORM_NAME,
copyright_year=settings.COPYRIGHT_YEAR
)}
<p
class=
"copyright"
>
©
${settings.COPYRIGHT_YEAR} ${settings.PLATFORM_NAME}.
</p>
## Site operators: Please do not remove this paragraph! This attributes back to edX and makes your acknowledgement of edX's trademarks clear.
<p
class=
"copyright"
>
## Translators: 'EdX', 'edX', and 'Open edX' are trademarks of 'edX Inc.'. Please do not translate any of these trademarks and company names.
${_("EdX, Open edX, and the edX and Open edX logos are registered trademarks or trademarks of {link_start}edX Inc.{link_end}").format(
link_start=u"
<a
href=
'https://www.edx.org/'
>
",
link_end=u"
</a>
"
)}
</p>
<nav
class=
"nav-legal"
>
<ul>
...
...
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