diff --git a/recruitment/__pycache__/forms.cpython-312.pyc b/recruitment/__pycache__/forms.cpython-312.pyc index 5cd8f96..2bd13ba 100644 Binary files a/recruitment/__pycache__/forms.cpython-312.pyc and b/recruitment/__pycache__/forms.cpython-312.pyc differ diff --git a/recruitment/forms.py b/recruitment/forms.py index 677bdcb..fafff75 100644 --- a/recruitment/forms.py +++ b/recruitment/forms.py @@ -1619,7 +1619,7 @@ class CandidateEmailForm(forms.Form): elif candidate and candidate.stage == 'Interview': message_parts = [ f"Than you, for your interest in the {self.job.title} role.", - f"We're pleased to inform you that your initial screening was successful!", + f"We're pleased to inform you that you have cleared your exam!", f"The next step is the mandatory online assessment exam.", f"Please complete the assessment by using the following link:", f"https://kaauh/hire/exam", diff --git a/templates/recruitment/candidate_interview_view.html b/templates/recruitment/candidate_interview_view.html index e291a73..30fb0b9 100644 --- a/templates/recruitment/candidate_interview_view.html +++ b/templates/recruitment/candidate_interview_view.html @@ -211,8 +211,8 @@ -