From f58bae87ccd5e6fcb4b5554d5681009f85a2578e Mon Sep 17 00:00:00 2001 From: Om Patil <200010036@iitdh.ac.in> Date: Fri, 29 Oct 2021 23:44:08 +0530 Subject: [PATCH] Added verify email template --- CDC_Backend/templates/verify_email.html | 88 +++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 CDC_Backend/templates/verify_email.html diff --git a/CDC_Backend/templates/verify_email.html b/CDC_Backend/templates/verify_email.html new file mode 100644 index 0000000..8b54153 --- /dev/null +++ b/CDC_Backend/templates/verify_email.html @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + +
+ +
+ + + + + + + +
+

Hi,

+

+ You have successfully filled the job notification form for {{ job_designation }} at {{ company_name }}. Kindly verify your email by clicking here. +

+
+ + + + +
+ + +
+
+
+ + + + + + + +
+

+ ® CDC,IIT Dharwad,2021
+

+
+
+
+ + \ No newline at end of file