Files
edx-platform/cms/templates/emails/course_creator_revoked.txt
David Baumgold 7366d2b1a2 Replace "edX Studio" with "{studio_name}"
For theming and internationalization
2014-12-19 13:58:42 -05:00

4 lines
257 B
Plaintext

<%! from django.utils.translation import ugettext as _ %>
${_("Your course creation rights to {studio_name} have been revoked. If you believe this was in error, please contact {email}").format(studio_name=settings.STUDIO_NAME, email=studio_request_email)}