refactor: use default logo as placehodler for organization

This commit is contained in:
Andrii
2025-06-19 16:24:02 +03:00
parent 66c03afdb2
commit 50fdf8446f
2 changed files with 2 additions and 2 deletions

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB