feat: Remove FOOTER_ORGANIZATION_IMAGE django settings depr52 (#32757)

* feat: Remove FOOTER_ORGANIZATION_IMAGE django settings depr52

* feat: Update api.py

* feat: Update api.py

* feat: Update footer.html

* feat: change in logo images path

* feat: Update footer.html

as per Diana's suggestion white space is removed.
This commit is contained in:
Yagnesh1998
2023-07-19 20:24:29 +05:30
committed by GitHub
parent 6825088801
commit 03b189fc7c
7 changed files with 2 additions and 30 deletions

View File

@@ -616,10 +616,6 @@ SOCIAL_SHARING_SETTINGS = {
'DASHBOARD_TWITTER': False
}
# This is just a placeholder image.
# Site operators can customize this with their organization's image.
FOOTER_ORGANIZATION_IMAGE = "images/logo.png"
############################# SET PATH INFORMATION #############################
PROJECT_ROOT = path(__file__).abspath().dirname().dirname() # /edx-platform/cms
REPO_ROOT = PROJECT_ROOT.dirname()

View File

@@ -303,7 +303,6 @@ FINANCIAL_REPORTS:
BUCKET: null
ROOT_PATH: sandbox
STORAGE_TYPE: localfs
FOOTER_ORGANIZATION_IMAGE: images/logo.png
GITHUB_REPO_ROOT: /edx/var/edxapp/data
GIT_REPO_EXPORT_DIR: /edx/var/edxapp/export_course_repos
GOOGLE_ANALYTICS_ACCOUNT: null