fix: certificate request creation email

This commit is contained in:
Jannat Patel
2024-09-06 10:19:25 +05:30
parent bd94890da7
commit 86e9739218
8 changed files with 13 additions and 54 deletions

View File

@@ -1,4 +1,7 @@
<p> {{ _("Hey {0}").format(member_name) }} </p>
<p> {{ _('Your evaluation for the course {0} has been scheduled on {1} at {2} {3}.').format(title, date, start_time, timezone) }}</p>
<br>
<p> {{ _('Your evaluation for the course {0} has been scheduled on {1} at {2} {3}.').format(course, date, start_time, timezone) }}</p>
<br>
<p> {{ _("Your evaluator is {0}").format(evaluator) }} </p>
<br>
<p> {{ _("Please prepare well and be on time for the evaluations.") }} </p>