diff --git a/cms/static/images/default-theme/logo.png b/cms/static/images/default-theme/logo.png new file mode 100644 index 0000000000..94099e3650 Binary files /dev/null and b/cms/static/images/default-theme/logo.png differ diff --git a/cms/templates/widgets/header.html b/cms/templates/widgets/header.html index 8265520db7..690081cd34 100644 --- a/cms/templates/widgets/header.html +++ b/cms/templates/widgets/header.html @@ -14,7 +14,7 @@ % if settings.FEATURES.get('IS_EDX_DOMAIN', False): ${settings.STUDIO_NAME} % else: - ${settings.STUDIO_NAME} + ${settings.STUDIO_NAME} % endif