feat: job application
This commit is contained in:
14
lms/templates/emails/job_application.html
Normal file
14
lms/templates/emails/job_application.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<h3>
|
||||
{{ _("New Job Applicant") }}
|
||||
</h3>
|
||||
<br>
|
||||
<p>
|
||||
{{ _("{0} has applied for the job position {1}").format(full_name, job_title) }}
|
||||
</p>
|
||||
<br>
|
||||
<p>
|
||||
<b>
|
||||
{{ _("You can find their resume attached to this email.") }}
|
||||
</b>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user