fix: job reporting
This commit is contained in:
7
school/templates/emails/job_report.html
Normal file
7
school/templates/emails/job_report.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% 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>
|
||||
Reference in New Issue
Block a user