Skip to content

Commit

Permalink
Fix first hackathon
Browse files Browse the repository at this point in the history
  • Loading branch information
th13 committed Dec 15, 2015
1 parent a7a4507 commit 498015f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/registration/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -742,9 +742,9 @@ block content
.one_fourth
label(for='firstHackathon') Will this be your first hackathon? *
.one_half
input#hackYes(type='radio' name='firstHackathon' value='Yes' data-validation='required')
input#hackYes(type='radio' name='firstHackathon' value='yes' data-validation='required')
label(for='hackYes') Yes
input#hackNo(type='radio' name='firstHackathon' value='No')
input#hackNo(type='radio' name='firstHackathon' value='no')
label(for='hackNo') No
.one_fourth.last
.clear
Expand Down

0 comments on commit 498015f

Please sign in to comment.