fix: show system timezone in certificate request

This commit is contained in:
Jannat Patel
2026-02-24 13:01:29 +05:30
parent 2198adf902
commit bf89f3ba2f
3 changed files with 4 additions and 12 deletions
@@ -1,6 +1,6 @@
<p> {{ _("Hey {0}").format(member_name) }} </p>
<br>
<p> {{ _('Your evaluation for the course {0} has been scheduled on {1} at {2} {3}.').format(course, date, start_time, timezone) }}</p>
<p> {{ _('Your evaluation for the course {0} has been scheduled on {1} at {2} ({3} time).').format(course, date, start_time, timezone) }}</p>
<br>
<p> {{ _("Your evaluator is {0}").format(evaluator) }} </p>
<br>