email_change_subject.txt 311 Bytes
Newer Older
1
<%! from django.utils.translation import ugettext as _ %>
2
<%! from openedx.core.djangoapps.site_configuration import helpers as configuration_helpers %>
3
${_("Request to change {platform_name} account e-mail").format(
4
    platform_name=configuration_helpers.get_value('PLATFORM_NAME', settings.PLATFORM_NAME)
5
)}