diff --git a/memberships/forms.py b/memberships/forms.py index 70ea03b1..0246f772 100644 --- a/memberships/forms.py +++ b/memberships/forms.py @@ -105,6 +105,7 @@ class Meta: "constitution_agreed", "renewal_date", "profile_image", + "email_verified", ] # JDG Should also exclude renewal date once we have it widgets = {"birth_date": DateInput()}