Add default logo to Studio

This commit is contained in:
Sarina Canelake
2015-03-06 12:44:39 -05:00
parent 1cc7178ba3
commit 4133740a2f
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@@ -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>