Merge pull request #20358 from edx/zaid/prod-232

Favicon icon fixed for studio.
This commit is contained in:
Awais Jibran
2019-05-08 18:40:39 +05:00
committed by GitHub
3 changed files with 2 additions and 2 deletions

View File

@@ -166,7 +166,7 @@ from openedx.core.release import doc_version
# Dummy secret key for dev/test
SECRET_KEY = 'dev key'
FAVICON_PATH = 'images/favicon.ico'
STUDIO_NAME = _("Your Platform Studio")
STUDIO_SHORT_NAME = _("Studio")
FEATURES = {