From 99e9b9af8f0bed0c45bbb22894e69b963afe5b4f Mon Sep 17 00:00:00 2001 From: Horilla Date: Thu, 8 Feb 2024 12:47:07 +0530 Subject: [PATCH] [UPDT] RECRUITMENT: Added send mail option in candidate view --- .../templates/candidate/candidate_list.html | 32 ++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/recruitment/templates/candidate/candidate_list.html b/recruitment/templates/candidate/candidate_list.html index 07f9d4de8..8e49e69be 100644 --- a/recruitment/templates/candidate/candidate_list.html +++ b/recruitment/templates/candidate/candidate_list.html @@ -103,13 +103,14 @@ {% if perms.recruitment.change_candidate %}
{% if cand.email in emp_list %} - {% else %} {% endif %} @@ -118,9 +119,23 @@ data-target="#createModal" hx-get="{% url 'to-skill-zone' cand.id %}" hx-target="#createTarget" + style="padding:0.8rem 1rem" > +
{% endif %} @@ -209,6 +224,21 @@ +