diff --git a/itou/templates/apply/includes/accept_section.html b/itou/templates/apply/includes/accept_section.html index 030412a093..e90cd9ba7a 100644 --- a/itou/templates/apply/includes/accept_section.html +++ b/itou/templates/apply/includes/accept_section.html @@ -12,7 +12,7 @@
Êtes-vous sûr(e) de vouloir confirmer l’embauche de {{ job_seeker.get_full_name }} dans la structure suivante ?
- {% include "companies/includes/_company_info.html" with company=siae extra_box_class="mb-3 mb-lg-5" only %} + {% include "companies/includes/_company_info.html" with company=siae extra_box_class="mb-3 mb-lg-5" open_in_tab=True only %} {% if job_app_to_transfer.to_company == company %} diff --git a/itou/templates/apply/submit/application/base.html b/itou/templates/apply/submit/application/base.html index 8623ebef0f..8206ae3337 100644 --- a/itou/templates/apply/submit/application/base.html +++ b/itou/templates/apply/submit/application/base.html @@ -76,7 +76,7 @@