add url for civil code reference
This commit is contained in:
parent
3e872c5246
commit
c311d6dc46
3 changed files with 13 additions and 3 deletions
|
@ -26,7 +26,13 @@
|
|||
|
||||
.mandataire-infos{ "data-for-tiers-target" => "mandataireBlock" }
|
||||
.fr-alert.fr-alert--info.fr-mb-2w
|
||||
%p.fr-notice__text= t('views.users.dossiers.identite.callout_text')
|
||||
%p.fr-notice__text
|
||||
= t('views.users.dossiers.identite.callout_text')
|
||||
= link_to(t('views.users.dossiers.identite.callout_link'),
|
||||
'https://www.legifrance.gouv.fr/codes/section_lc/LEGITEXT000006070721/LEGISCTA000006136404/#LEGISCTA000006136404',
|
||||
title: new_tab_suffix(t('views.users.dossiers.identite.callout_link_title')),
|
||||
**external_link_attributes)
|
||||
|
||||
|
||||
%fieldset.fr-fieldset
|
||||
%legend.fr-fieldset__legend--regular.fr-fieldset__legend
|
||||
|
|
|
@ -400,7 +400,9 @@ en:
|
|||
archived_dossier: "Your file will be kept %{duree_conservation_dossiers_dans_ds} more months"
|
||||
identite:
|
||||
self_title: Your identity
|
||||
callout_text: "You are acting as a proxy for a principal, either professionally (such as accountant, lawyer) or personally (family). Make sure to respect the conditions of Articles 1984 and following of the Civil Code."
|
||||
callout_text: "You are acting as a proxy for a principal, either professionally (such as accountant, lawyer) or personally (family). Make sure to respect the conditions of"
|
||||
callout_link: Articles 1984 and following of the Civil Code.
|
||||
callout_link_title: Articles 1984 and following of the Civil Code
|
||||
beneficiaire_title: "Identity of the beneficiary"
|
||||
identity_siret: Identify your establishment
|
||||
civility: Civility
|
||||
|
|
|
@ -404,7 +404,9 @@ fr:
|
|||
archived_dossier: "Votre dossier sera conservé %{duree_conservation_dossiers_dans_ds} mois supplémentaire"
|
||||
identite:
|
||||
self_title: Votre identité
|
||||
callout_text: Vous agissez en tant que mandataire, soit professionnellement (comme expert-comptable, avocat) soit personnellement (famille). Assurez-vous de respecter les conditions des Articles 1984 et suivants du Code civil.
|
||||
callout_text: Vous agissez en tant que mandataire, soit professionnellement (comme expert-comptable, avocat) soit personnellement (famille). Assurez-vous de respecter les conditions
|
||||
callout_link: des Articles 1984 et suivants du Code civil.
|
||||
callout_link_title: Articles 1984 et suivants du Code civil
|
||||
beneficiaire_title: Identité du bénéficiaire
|
||||
identity_siret: Identifier votre établissement
|
||||
civility: Civilité
|
||||
|
|
Loading…
Reference in a new issue