Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stin7 committed Jun 1, 2014
1 parent a41305e commit 533c889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def _subscribe_to_mailchimp(email_to_subscribe, first_name, last_name,
amount_dollars = '{0:.02f}'.format(float(amount) / 100.0)
merge_vars['LASTPLEDGE'] = amount_dollars

if volunteer in ['YES', 'NO']:
if volunteer == 'Yes':
merge_vars['VOLN'] = volunteer

if skills is not None and len(skills)>0:
Expand Down

0 comments on commit 533c889

Please sign in to comment.