From 4ee60acaac607b1cc71f59fc88c66de5f48c9c9c Mon Sep 17 00:00:00 2001 From: Samriddha Chattopadhyay <200020040@iitdh.ac.in> Date: Thu, 28 Oct 2021 13:16:38 +0530 Subject: [PATCH] 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. --- ...tudent_application_status_not_selected.html | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/CDC_Backend/templates/student_application_status_not_selected.html b/CDC_Backend/templates/student_application_status_not_selected.html index 8c38c7b..3ac48d7 100644 --- a/CDC_Backend/templates/student_application_status_not_selected.html +++ b/CDC_Backend/templates/student_application_status_not_selected.html @@ -43,20 +43,8 @@

Hey, {{ student_name }}

- We are sorry to inform that your application for a {{ designation }} at - {{ company_name }} was not selected.
-

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

+ 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. @@ -93,4 +81,4 @@ - \ No newline at end of file +