Skip to content

Commit 4a6eedc

Browse files
committed
admin/conferences: booth_capacity has to be 1+
1 parent 9b5f7d5 commit 4a6eedc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/views/admin/conferences/_form.html.haml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
.form-group
4040
= form.label :booth_capacity
4141
= form.number_field :booth_capacity, class: 'form-control'
42+
%small.form-text
43+
%code must be 1+ to activate booth request form
4244

4345
.form-group
4446
.form-check

0 commit comments

Comments
 (0)