From 237386f25d279947439e5bffebe980a8df1a7770 Mon Sep 17 00:00:00 2001 From: Nimje1998 <104441909+Nimje1998@users.noreply.github.com> Date: Fri, 11 Nov 2022 10:55:12 +0530 Subject: [PATCH 1/2] Create candidate.html --- candidate.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 candidate.html diff --git a/candidate.html b/candidate.html new file mode 100644 index 0000000..dcd7e12 --- /dev/null +++ b/candidate.html @@ -0,0 +1,35 @@ + +{% load myfilter %} + + + + + + + Candidate + + +
+

Candidate Detail

+
+
+

Resume

+

Applicantion No: {{candidate.id}}

+ +

Name: {{candidate.name}}

+

Date of Birth: {{candidate.dob}}

+

Gender: {{candidate.gender}}

+

Address: {{candidate.locality}}, {{candidate.city}}, {{candidate.state}} - {{candidate.pin}}

+

Mobile No: {{candidate.mobile}}

+

Email ID: {{candidate.email}}

+

Preferred Job Cities: {{candidate.job_city|remove_special:"[]'"}}

+

Attachment: Download File

+ +
+
+
+ + + From fc793d198004ccf237cc72005bce5277868c6a0a Mon Sep 17 00:00:00 2001 From: Nimje1998 <104441909+Nimje1998@users.noreply.github.com> Date: Fri, 11 Nov 2022 11:00:00 +0530 Subject: [PATCH 2/2] Create candidate.html --- project/candidate.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 project/candidate.html diff --git a/project/candidate.html b/project/candidate.html new file mode 100644 index 0000000..dcd7e12 --- /dev/null +++ b/project/candidate.html @@ -0,0 +1,35 @@ + +{% load myfilter %} + + + + + + + Candidate + + +
+

Candidate Detail

+
+
+

Resume

+

Applicantion No: {{candidate.id}}

+ +

Name: {{candidate.name}}

+

Date of Birth: {{candidate.dob}}

+

Gender: {{candidate.gender}}

+

Address: {{candidate.locality}}, {{candidate.city}}, {{candidate.state}} - {{candidate.pin}}

+

Mobile No: {{candidate.mobile}}

+

Email ID: {{candidate.email}}

+

Preferred Job Cities: {{candidate.job_city|remove_special:"[]'"}}

+

Attachment: Download File

+ +
+
+
+ + +