Remove forbidden attribute

This commit is contained in:
Corinne Durrmeyer 2024-06-24 16:30:41 +02:00
parent 19813162db
commit 07f063829e
No known key found for this signature in database
GPG key ID: DDC049DDA35585B6

View file

@ -65,7 +65,7 @@
= t('.notice_pj_product')
%p.notice.hidden{ data: { 'contact-type-only': Helpscout::FormAdapter::TYPE_AUTRE } }
= t('.notice_pj_other')
= file_field_tag :piece_jointe, class: 'fr-upload', max: 200.megabytes
= file_field_tag :piece_jointe, class: 'fr-upload'
= hidden_field_tag :tags, @tags&.join(',')