fix: displaying course name in mentor email
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<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 this course, you can <a href="{{ course_url }}">cancel your application</a>.</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 Community.</p>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user