From 2e5b051f20375399088e607e845ec25edce4c672 Mon Sep 17 00:00:00 2001 From: Samriddha Chattopadhyay <200020040@iitdh.ac.in> Date: Thu, 28 Oct 2021 13:14:52 +0530 Subject: [PATCH] Requested Changes made Changed the Message like this: ```Congratulations, You have been selected for the {designation} at {company_name}.``` and removed additional fields --- .../student_application_status_selected.html | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/CDC_Backend/templates/student_application_status_selected.html b/CDC_Backend/templates/student_application_status_selected.html index 9c21d5f..07d84c2 100644 --- a/CDC_Backend/templates/student_application_status_selected.html +++ b/CDC_Backend/templates/student_application_status_selected.html @@ -43,20 +43,7 @@

Hey, {{ student_name }}

- Your application for a {{ designation }} at - {{ company_name }} has been selected.
-

- - {% for i,j in additional_info.items %} - - - - - {% endfor %} -
{{ i }}:{{ j }}
-

+ Congratulations, You have been selected for the {designation} at {company_name}.
@@ -93,4 +80,4 @@ - \ No newline at end of file +