I have a Django 3.0 form
# forms.py class SignupForm(UserCreationForm): email = forms.EmailField()
This renders as the HTML element