Skip to content

Commit

Permalink
Role description not required
Browse files Browse the repository at this point in the history
  • Loading branch information
beingmattlevy committed May 5, 2024
1 parent 13e5f28 commit b4bfe00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/ticket_requests/_form.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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?'
Expand All @@ -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,
Expand Down

0 comments on commit b4bfe00

Please sign in to comment.