Remove forbidden attribute
This commit is contained in:
parent
19813162db
commit
07f063829e
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
||||||
= t('.notice_pj_product')
|
= t('.notice_pj_product')
|
||||||
%p.notice.hidden{ data: { 'contact-type-only': Helpscout::FormAdapter::TYPE_AUTRE } }
|
%p.notice.hidden{ data: { 'contact-type-only': Helpscout::FormAdapter::TYPE_AUTRE } }
|
||||||
= t('.notice_pj_other')
|
= 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(',')
|
= hidden_field_tag :tags, @tags&.join(',')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue