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 @@

{% include 'apply/includes/_submit_title.html' %}

- {% 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 %}
{% block pre_step_title %}{% endblock %} diff --git a/itou/templates/companies/edit_siae_preview.html b/itou/templates/companies/edit_siae_preview.html index a8d20d5572..c2630d0f56 100644 --- a/itou/templates/companies/edit_siae_preview.html +++ b/itou/templates/companies/edit_siae_preview.html @@ -38,7 +38,7 @@

- {% 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 %}
{% csrf_token %} diff --git a/itou/templates/companies/includes/_company_info.html b/itou/templates/companies/includes/_company_info.html index 48b4c57c79..b993450738 100644 --- a/itou/templates/companies/includes/_company_info.html +++ b/itou/templates/companies/includes/_company_info.html @@ -30,7 +30,9 @@

{{ company.display_name }}

Voir la fiche de l'entreprise {% else %} - Voir la fiche de l'entreprise + Voir la fiche de l'entreprise {% endif %}