master
Nick Sergeant 2015-09-23 12:34:38 -04:00
parent ca22f143d8
commit 60eaf04963
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ def for_teams_complete(request):
if request.method == 'POST':
if 'g-recaptcha-response' not in request.META:
if 'g-recaptcha-response' not in request.POST:
return HttpResponseBadRequest()
payload = {