From b4bfe001bc14ea9e1ad7f53771a3b20eab86e2c6 Mon Sep 17 00:00:00 2001 From: Matt Levy Date: Sun, 5 May 2024 11:58:27 -0700 Subject: [PATCH] Role description not required --- app/views/ticket_requests/_form.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/ticket_requests/_form.html.haml b/app/views/ticket_requests/_form.html.haml index 54037eed..535eeac8 100644 --- a/app/views/ticket_requests/_form.html.haml +++ b/app/views/ticket_requests/_form.html.haml @@ -82,7 +82,7 @@ = f.text_area :role_explanation, placeholder: 'Briefly describe your role (required)', - rows: 4, width: 400, maxlength: 400, required: true, style: 'min-width: 100% !important; font-size: 11pt;' + rows: 4, width: 400, maxlength: 400, required: false, style: 'min-width: 100% !important; font-size: 11pt;' .row0 .col-12 = f.label :previous_contribution, 'What was your role last year?' @@ -109,7 +109,7 @@ - if @event.kid_ticket_price = f.label :kids do - Number of children you are bringing with you (not transferable to adults; babes in arms are free) + Number of children (13 or under) you are bringing with you (not transferable to adults; babes in arms are free) = help_mark help_text_for(:kids) = f.number_field :kids, class: 'input-mini', min: 0,