Add default logo to Studio
This commit is contained in:
BIN
cms/static/images/default-theme/logo.png
Normal file
BIN
cms/static/images/default-theme/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.1 KiB |
@@ -14,7 +14,7 @@
|
||||
% if settings.FEATURES.get('IS_EDX_DOMAIN', False):
|
||||
<img src="${static.url("images/edx-theme/edx-studio-logo.png")}" alt="${settings.STUDIO_NAME}" />
|
||||
% 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
|
||||
</a></h1>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user