Files
edx-platform/cms/templates/emails/course_creator_admin_subject.txt
2021-12-13 20:25:05 +05:00

5 lines
207 B
Plaintext

<%! from django.utils.translation import gettext as _ %>
${_("{email} has requested {studio_name} course creator privileges on edge").format(
email=user_email, studio_name=settings.STUDIO_SHORT_NAME,
)}