fix: email content

This commit is contained in:
Jannat Patel
2022-01-11 19:41:59 +05:30
parent 2fe5a6b248
commit 5ace8f5570
2 changed files with 2 additions and 2 deletions

View File

@@ -2,5 +2,5 @@
<p>{{ _("Hey,") }}</p>
<p>{{ _("{0} has reported a job post for the following reason.").format(user) }}</p>
<p>{{ reason }}</p>
<p>" {{ reason }} "</p>
<p>{{ _("Please take appropriate action at {0}").format(job_url) }}</p>