Requested Changes made
Change the message to this ```We regret to inform you that you have not been selected for {designation} role at {company_name}. CDC will keep bringing more such opportunities for you in the future.``` and removed additional optional fields.
This commit is contained in:
parent
2e5b051f20
commit
4ee60acaac
|
@ -43,20 +43,8 @@
|
||||||
<h1 style="font-size:24px;margin:0 0 20px 0;font-family: 'Roboto', sans-serif;
|
<h1 style="font-size:24px;margin:0 0 20px 0;font-family: 'Roboto', sans-serif;
|
||||||
">Hey, {{ student_name }}</h1>
|
">Hey, {{ student_name }}</h1>
|
||||||
<p style="margin:0 0 12px 0;font-size:16px;line-height:24px;font-family: 'Roboto', sans-serif;">
|
<p style="margin:0 0 12px 0;font-size:16px;line-height:24px;font-family: 'Roboto', sans-serif;">
|
||||||
We are sorry to inform that your application for a <b>{{ designation }}</b> at <b>
|
We regret to inform you that you have not been selected for {designation} role at {company_name}.
|
||||||
{{ company_name }}</b> was not selected.<br>
|
CDC will keep bringing more such opportunities for you in the future.
|
||||||
<p style="margin:0 0 12px 0;font-size:16px;line-height:24px;font-family:
|
|
||||||
'Roboto', sans-serif;text-align: center">
|
|
||||||
<table style="border:solid 1px; margin: auto; text-align: center;width: 80%;
|
|
||||||
border-radius:15px; background-color: #e0e3ee">
|
|
||||||
{% for i,j in additional_info.items %}
|
|
||||||
<tr>
|
|
||||||
<td style="padding:8px 10px;color:#153643; ">{{ i }}:</td>
|
|
||||||
<td style="padding:8px 10px;color:#153643;">{{ j }}</td>
|
|
||||||
</tr>
|
|
||||||
{% endfor %}
|
|
||||||
</table>
|
|
||||||
</p>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -93,4 +81,4 @@
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue