diff --git a/opentech/apply/funds/blocks.py b/opentech/apply/funds/blocks.py index c2a607cd47e9e6f9561467e5061e7dac11abb6f6..6942a19fa97dbca8fdb7d7c24de19077ea39cae4 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):