Skip to content
Snippets Groups Projects
Commit c7e6de0d authored by Douglas Hall's avatar Douglas Hall Committed by GitHub
Browse files

Merge pull request #12755 from edx/douglashall/HULL-22

HULL-22 Get platform name via microsite configuration for forgot password page
parents 142eb42e 036faf9b
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ class LoginSessionView(APIView):
# Translators: These instructions appear on the login form, immediately
# below a field meant to hold the user's email address.
email_instructions = _("The email address you used to register with {platform_name}").format(
platform_name=settings.PLATFORM_NAME
platform_name=get_themed_value('PLATFORM_NAME', settings.PLATFORM_NAME)
)
form_desc.add_field(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment