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
a04c4bf1
Commit
a04c4bf1
authored
Aug 25, 2014
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LMS: renaming edx-specific footer template files/references
parent
def8b5bf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
lms/templates/footer-edx-new.html
+0
-0
lms/templates/footer-edx.html
+0
-0
lms/templates/main.html
+2
-2
No files found.
lms/templates/
edx_footer
.html
→
lms/templates/
footer-edx-new
.html
View file @
a04c4bf1
File moved
lms/templates/
original_edx_footer
.html
→
lms/templates/
footer-edx
.html
View file @
a04c4bf1
File moved
lms/templates/main.html
View file @
a04c4bf1
...
...
@@ -85,9 +85,9 @@
if
settings
.
FEATURES
['
IS_EDX_DOMAIN
']
and
not
is_microsite
()
:
if
settings
.
FEATURES
.
get
('
ENABLE_NEW_EDX_FOOTER
',
False
)
:
footer_file =
microsite.get_template_path('
edx_footer
.html')
footer_file =
microsite.get_template_path('
footer-edx-new
.html')
else:
footer_file =
microsite.get_template_path('
original_edx_footer
.html')
footer_file =
microsite.get_template_path('
footer-edx
.html')
else:
footer_file =
microsite.get_template_path('footer.html')
...
...
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