From 60eaf0496323545fd308959a261488a8c39c97a8 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Wed, 23 Sep 2015 12:34:38 -0400 Subject: [PATCH] DURP. --- views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {