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
9e8a0b86
Commit
9e8a0b86
authored
Mar 06, 2015
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7255 from edx/sarina/studio-default-logo
Match Studio logo logic to LMS
parents
3aaf52d2
1dc75ffd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
cms/static/images/default-theme/logo.png
+0
-0
cms/templates/widgets/header.html
+1
-1
lms/djangoapps/course_wiki/views.py
+1
-1
No files found.
c
ommon/static/images/logo-placeholder
.png
→
c
ms/static/images/default-theme/logo
.png
View file @
9e8a0b86
File moved
cms/templates/widgets/header.html
View file @
9e8a0b86
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
% if settings.FEATURES.get('IS_EDX_DOMAIN', False):
% if settings.FEATURES.get('IS_EDX_DOMAIN', False):
<img
src=
"${static.url("
images
/
edx-theme
/
edx-studio-logo
.
png
")}"
alt=
"${settings.STUDIO_NAME}"
/>
<img
src=
"${static.url("
images
/
edx-theme
/
edx-studio-logo
.
png
")}"
alt=
"${settings.STUDIO_NAME}"
/>
% else:
% else:
<img
src=
"${static.url("
images
/
logo-placeholder
.
png
")}"
alt=
"${settings.STUDIO_NAME}"
/>
<img
src=
"${static.url("
images
/
default-theme
/
logo
.
png
")}"
alt=
"${settings.STUDIO_NAME}"
/>
% endif
% endif
</a></h1>
</a></h1>
...
...
lms/djangoapps/course_wiki/views.py
View file @
9e8a0b86
...
@@ -125,7 +125,7 @@ def get_or_create_root():
...
@@ -125,7 +125,7 @@ def get_or_create_root():
pass
pass
starting_content
=
"
\n
"
.
join
((
starting_content
=
"
\n
"
.
join
((
_
(
"Welcome to the
edX Wiki"
),
_
(
"Welcome to the
{platform_name} Wiki"
)
.
format
(
platform_name
=
settings
.
PLATFORM_NAME
),
"==="
,
"==="
,
_
(
"Visit a course wiki to add an article."
),
_
(
"Visit a course wiki to add an article."
),
))
))
...
...
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