Commit 75f0357e by cahrens

Update the location of the header-logo in the digest email.

TNL-2621
parent b35645c3
...@@ -4,3 +4,5 @@ Marco Morales <marcotuts@gmail.com> ...@@ -4,3 +4,5 @@ Marco Morales <marcotuts@gmail.com>
David Adams <dcadams@stanford.edu> David Adams <dcadams@stanford.edu>
Sarina Canelake <sarina@edx.org> Sarina Canelake <sarina@edx.org>
Nimisha Asthagiri <nasthagiri@edx.org> Nimisha Asthagiri <nasthagiri@edx.org>
Christina Roberts <christina@edx.org>
...@@ -194,4 +194,4 @@ USE_L10N = True ...@@ -194,4 +194,4 @@ USE_L10N = True
LOCALE_PATHS = (os.path.join(os.path.dirname(os.path.dirname(__file__)), 'locale'),) LOCALE_PATHS = (os.path.join(os.path.dirname(os.path.dirname(__file__)), 'locale'),)
# Parameterize digest logo image url # Parameterize digest logo image url
LOGO_IMAGE_URL = os.getenv('LOGO_IMAGE_URL', "{}/static/images/header-logo.png".format(LMS_URL_BASE)) LOGO_IMAGE_URL = os.getenv('LOGO_IMAGE_URL', "{}/static/images/edx-theme/edx-header-logo.png".format(LMS_URL_BASE))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment