Skip to content

Commit 8224fe2

Browse files
authored
Update _form.html.haml
1 parent 58780ec commit 8224fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/seeds/_form.html.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
%hr/
6161
= t('.trade_help', site_name: ENV['GROWSTUFF_SITE_NAME'])
62-
= f.select(:tradable_to, Seed::TRADABLE_TO_VALUES, {label: 'Will trade', wrapper: { class: 'required'}})
62+
= f.select(:tradable_to, Seed::TRADABLE_TO_VALUES, {label: 'Will trade', wrapper: { class: 'required'}, required: true})
6363
%span.help_inline
6464
- if current_member.location.blank?
6565
Don't forget to

0 commit comments

Comments
 (0)