diff --git a/www/conservancy/apps/fundgoal/views.py b/www/conservancy/apps/fundgoal/views.py index bf51aa600da25956e2249054cd56228e6946ee52..d05ccb7b938c177c2ee56099a433dfd88f636334 100644 --- a/www/conservancy/apps/fundgoal/views.py +++ b/www/conservancy/apps/fundgoal/views.py @@ -8,7 +8,7 @@ def view(request): """ keysForJSON = [ 'fundraiser_goal_amount', 'fundraiser_so_far_amount', 'fundraiser_donation_count', 'fundraiser_donation_count_disclose_threshold' ] - GET = obj.GET + GET = request.GET codeNames = [] if 'code_name' in GET: codeNames += GET.getlist('code_name')