Files
lms/lms/templates/emails/mentor_request_creation_email.html
Francisco Roldan 0609174a14 fix: translations
2022-05-26 09:43:11 -03:00

10 lines
431 B
HTML

<div>
<p>{{ _("Dear") }} {{ member_name }},</p>
<br>
<p>{{ _("You've applied to become a mentor for this course. Your request is currently under review.") }}</p>
<p>{{ _("If you are not any more interested to mentor the course") }} {{ course }}, {{ _("you can") }} <a href="{{ course_url }}">{{ _("cancel your application") }}</a>.</p>
<br>
<p>{{ _("Thanks and Regards") }},</p>
<p>{{ _("Team School") }}.</p>
</div>