diff --git a/cms/envs/common.py b/cms/envs/common.py index 19e740facc..6db6dc13e2 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -2915,7 +2915,7 @@ SOCIAL_MEDIA_LOGO_URLS = { } # .. setting_name: DEFAULT_ORG_LOGO_PATH -# .. setting_default: 'images/org_placeholder.png' +# .. setting_default: 'images/logo.png' # .. setting_description: The default logo path for organizations that do not have a logo set. # .. setting_warning: This path is used as a placeholder for organizations that do not have a logo set. -DEFAULT_ORG_LOGO_PATH = 'images/org_placeholder.png' +DEFAULT_ORG_LOGO_PATH = 'images/logo.png' diff --git a/lms/static/images/org_placeholder.png b/lms/static/images/org_placeholder.png deleted file mode 100644 index 839429ea7f..0000000000 Binary files a/lms/static/images/org_placeholder.png and /dev/null differ