Requested Changes made
Changed the Message like this: ```Congratulations, You have been selected for the {designation} at {company_name}.``` and removed additional fields
This commit is contained in:
parent
45c1ff95b2
commit
2e5b051f20
|
@ -43,20 +43,7 @@
|
||||||
<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;">
|
||||||
Your application for a <b>{{ designation }}</b> at <b>
|
Congratulations, You have been selected for the {designation} at {company_name}.<br>
|
||||||
{{ company_name }}</b> has been selected.<br>
|
|
||||||
<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>
|
||||||
|
|
Loading…
Reference in New Issue