Merge pull request #3643 from FreeCodeCamp/fix/commit-amount-group

Fix default dollar amount incorrectly set
This commit is contained in:
Ben McMahon
2015-10-07 23:03:32 +01:00

View File

@ -42,7 +42,7 @@ block content
input(type='radio' id='10-dollar-pledge' value='10' name='amount' checked="checked")
| $10 per month
label.btn.btn-success
input(type='radio' id='25-dollar-pledge' value='25' name='amount' checked="checked")
input(type='radio' id='25-dollar-pledge' value='25' name='amount')
| $25 per month
label.btn.btn-success
input(type='radio' id='50-dollar-pledge' value='50' name='amount')