Le champ description n'est plus obligatoire au niveau du formulaire, car sinon bloque la soumission
This commit is contained in:
parent
27a3fd7f03
commit
5f81517ab1
@ -33,7 +33,7 @@
|
||||
:markdown
|
||||
#{t '.description_helper'}
|
||||
= f.label :description
|
||||
= f.text_area :description, required: true, rows: 25, cols: 90
|
||||
= f.text_area :description, rows: 25, cols: 90
|
||||
|
||||
.field
|
||||
= f.label :city
|
||||
|
Loading…
Reference in New Issue
Block a user