fix: displaying course name in mentor email

This commit is contained in:
pateljannat
2021-05-06 13:23:22 +05:30
parent 5e5395658e
commit 11cc03849d
3 changed files with 8 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
<div>
<p>Dear {{ member_name }},</p>
<br>
<p>Your request to join us as a mentor has been {{ status }}.</p>
<p>Your request to join us as a mentor for the course {{ course }} has been {{ status }}.</p>
<br>
<p>Thanks and Regards,</p>
<p>Team Community.</p>