fix: email

This commit is contained in:
Jannat Patel
2022-01-11 16:33:20 +05:30
parent e214573cd1
commit 62acdde68f
3 changed files with 8 additions and 7 deletions

View File

@@ -1,7 +1,6 @@
{% set job_link = "<a href='" + job_url + "'>" + job + "</a>" %}
<p>{{ _("Hey,") }}</p>
<p>{{ _("{0} has reported a job post for the following reason.").format(user) }}</p>
<p>{{ reason }}</p>
<p>{{ _("Please take appropriate action at {0}").format(job_link) }}</p>
<p>{{ _("Please take appropriate action at {0}").format(job_url) }}</p>