Skip to content

Commit

Permalink
Updating app to make forms with zip codes work.
Browse files Browse the repository at this point in the history
  • Loading branch information
sinak committed May 15, 2014
1 parent 9d675fd commit 11e1fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def parse_params(r):
params['repIds'] = campaign['repIds']

# get representative's id by zip code
if params['zipcode'] and params['repIds']:
if params['zipcode']:
params['repIds'] = data.locate_member_ids(
params['zipcode'], campaign)

Expand Down

0 comments on commit 11e1fd3

Please sign in to comment.