Merge pull request #12758 from edx/douglashall/HULL-22
HULL-22 Get platform name via microsite configuration for forgot password page
This commit is contained in:
@@ -920,7 +920,7 @@ class PasswordResetView(APIView):
|
||||
# Translators: These instructions appear on the password reset form,
|
||||
# immediately below a field meant to hold the user's email address.
|
||||
email_instructions = _(u"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(
|
||||
|
||||
Reference in New Issue
Block a user