From a1befb99912974d57ebeec6e6a909033bfc5e1cf Mon Sep 17 00:00:00 2001
From: Dan Braghis <dan.braghis@torchbox.com>
Date: Wed, 24 Jan 2018 16:11:27 +0000
Subject: [PATCH] fixup! Add the full name / email "must" fields

---
 opentech/apply/funds/blocks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opentech/apply/funds/blocks.py b/opentech/apply/funds/blocks.py
index c2a607cd4..6942a19fa 100644
--- a/opentech/apply/funds/blocks.py
+++ b/opentech/apply/funds/blocks.py
@@ -151,7 +151,7 @@ class ValueBlock(MustIncludeFieldBlock):
 class EmailBlock(MustIncludeFieldBlock):
     name = 'email'
     description = 'The applicant email address'
-    widget = forms.EmailField
+    widget = forms.EmailInput
 
 
 class FullNameBlock(MustIncludeFieldBlock):
-- 
GitLab