Skip to content

Commit

Permalink
fixing error with pledge page slug
Browse files Browse the repository at this point in the history
  • Loading branch information
monaddle committed Oct 24, 2014
1 parent 0f50eb1 commit 801bbeb
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 @@ -204,7 +204,7 @@ def _subscribe_to_nationbuilder(email_to_subscribe, first_name, last_name,
person['uuid'] = nonce

if pledgePageSlug:
person['pledge_page_slug'] = pledge_page_slug
person['pledge_page_slug'] = pledgePageSlug

if otherVars:
merge13 = otherVars.get('MERGE13', '')
Expand Down

0 comments on commit 801bbeb

Please sign in to comment.