diff --git a/itou/templates/apply/email/diagoriente_prescriber_invite_body.txt b/itou/templates/apply/email/diagoriente_prescriber_invite_body.txt index 10f9dcc52c..9e83f6ea48 100644 --- a/itou/templates/apply/email/diagoriente_prescriber_invite_body.txt +++ b/itou/templates/apply/email/diagoriente_prescriber_invite_body.txt @@ -1,6 +1,6 @@ {% extends "layout/base_email_text_body.txt" %} {% block body %} -{% if job_application.sender.title %}Bonjour {{ job_application.sender.get_title_display }} {{ job_application.sender.last_name }},{% else %}Bonjour {{ job_application.sender.get_full_name }},{% endif %} +{% if job_application.sender.title %}Bonjour {{ job_application.sender.get_title_display }} {{ job_application.sender.last_name|upper }},{% else %}Bonjour {{ job_application.sender.get_full_name }},{% endif %} {% block header %}L’entreprise {{ job_application.to_company.display_name }} vous propose d’utiliser Diagoriente pour valoriser les expériences de votre candidat : {{ job_application.job_seeker.get_full_name }}. Vous pourrez lui créer un compte en cliquant sur ce lien : https://diagoriente.beta.gouv.fr/services/plateforme?utm_source=emploi-inclusion-employeur{% endblock header %} diff --git a/itou/templates/apply/includes/job_seeker_info.html b/itou/templates/apply/includes/job_seeker_info.html index a1f86a6f36..0200538543 100644 --- a/itou/templates/apply/includes/job_seeker_info.html +++ b/itou/templates/apply/includes/job_seeker_info.html @@ -27,7 +27,7 @@