backport/redwood chore: provide logo url from backend for batch enrollment email (#35138) #35485
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ticket for internal tracking
https://github.com/mitodl/hq/issues/4923
Description
This PR is a backport of the changes made in PR #35138 to the
open-release/redwood.master
branch.For the past couple of years, edX has supported a logo URL from the backend for Bulk Email and edX ACE emails. But, this does not have similar support for emails using batch enrollment. Not sure if it is intentional or could have some other reasons but it causes the logo URL to be missed if it needs to be passed from the backend similar to Bulk Email and edX ACE emails.
This pull request addresses the logo not appearing in batch enrollment emails when the logo URL is set in the backend and accessed in the template(or custom theme) similar to how edX Bulk or ACE email use.
Useful information to include:
Supporting information
Testing instructions
LOGO_URL_PNG_FOR_EMAIL
or any of the settings accessed in this code is set.Other information