diff --git a/app/views/shared/dossiers/editable_champs/_textarea.html.haml b/app/views/shared/dossiers/editable_champs/_textarea.html.haml index c1bac654c..620f11c6d 100644 --- a/app/views/shared/dossiers/editable_champs/_textarea.html.haml +++ b/app/views/shared/dossiers/editable_champs/_textarea.html.haml @@ -1,5 +1,4 @@ ~ form.text_area :value, row: 6, - placeholder: champ.description, required: champ.mandatory?, value: html_to_string(champ.value)