fix: fetch question details

This commit is contained in:
Jannat Patel
2024-08-01 13:00:37 +05:30
parent b8c3bdc0b4
commit 471e7d9229
6 changed files with 105 additions and 28 deletions

View File

@@ -0,0 +1,4 @@
<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>
<p> {{ _("Your evaluator is {0}").format(evaluator) }} </p>
<p> {{ _("Please prepare well and be on time for the evaluations.") }} </p>