correct variable name.

This commit is contained in:
Bradley M. Kuhn 2015-05-09 17:25:25 -07:00
parent e8a5795a2c
commit 87a658a6b6

View file

@ -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')