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:
Samriddha Chattopadhyay Chattopadhyay 2021-10-28 13:14:52 +05:30 committed by GitHub
parent 45c1ff95b2
commit 2e5b051f20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 15 deletions

View File

@ -43,20 +43,7 @@
<h1 style="font-size:24px;margin:0 0 20px 0;font-family: 'Roboto', sans-serif;
">Hey, {{ student_name }}</h1>
<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>
{{ 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>
Congratulations, You have been selected for the {designation} at {company_name}.<br>
</td>
</tr>
<tr>