diff --git a/views.py b/views.py index cbe00f5..19db8d1 100644 --- a/views.py +++ b/views.py @@ -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 = {