diff --git a/recruitment/templates/pipeline/components/candidate_stage_component.html b/recruitment/templates/pipeline/components/candidate_stage_component.html index b0991f2da..3ae4240cb 100644 --- a/recruitment/templates/pipeline/components/candidate_stage_component.html +++ b/recruitment/templates/pipeline/components/candidate_stage_component.html @@ -246,10 +246,10 @@ {% endif %} {% if perms.recruitment.change_candidate or request.user.employee_get in stage.stage_managers.all %} - diff --git a/recruitment/templates/pipeline/pipeline_components/send_mail.html b/recruitment/templates/pipeline/pipeline_components/send_mail.html index 02fa6f692..f7c8ed38a 100644 --- a/recruitment/templates/pipeline/pipeline_components/send_mail.html +++ b/recruitment/templates/pipeline/pipeline_components/send_mail.html @@ -1,13 +1,18 @@ {% load i18n %} -
-
{% trans 'Send Mail' %}
+
{% if cand %} + {% trans "Send Mail to" %} {{ cand.name }} + {% else %} + {% trans "Send Mail to Multiple Candidates" %} + {% endif %} +
@@ -16,7 +21,10 @@
- + {% if cand %} + + {% endif %} +