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
e475f835
Commit
e475f835
authored
Jan 14, 2014
by
Brian Talbot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2164 from edx/talbs/update-copyright
Copyright Notice Updates
parents
371c41e5
367d2dc2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cms/templates/widgets/footer.html
+1
-1
lms/templates/footer.html
+1
-1
No files found.
cms/templates/widgets/footer.html
View file @
e475f835
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<div
class=
"wrapper-footer wrapper"
>
<div
class=
"wrapper-footer wrapper"
>
<footer
class=
"primary"
role=
"contentinfo"
>
<footer
class=
"primary"
role=
"contentinfo"
>
<div
class=
"colophon"
>
<div
class=
"colophon"
>
<p>
©
201
3
<a
href=
"http://www.edx.org"
rel=
"external"
>
edX
</a>
. ${ _("All rights reserved.")}
</p>
<p>
©
201
4
<a
href=
"http://www.edx.org"
rel=
"external"
>
edX
</a>
. ${ _("All rights reserved.")}
</p>
</div>
</div>
<nav
class=
"nav-peripheral"
>
<nav
class=
"nav-peripheral"
>
...
...
lms/templates/footer.html
View file @
e475f835
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
</ul>
</ul>
</nav>
</nav>
<p
class=
"copyright"
>
${_("
©
201
3
{platform_name}, some rights reserved.").format(platform_name=settings.PLATFORM_NAME)}
</p>
<p
class=
"copyright"
>
${_("
©
201
4
{platform_name}, some rights reserved.").format(platform_name=settings.PLATFORM_NAME)}
</p>
<nav
class=
"nav-legal"
>
<nav
class=
"nav-legal"
>
<ul>
<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