diff --git a/src/pretix/presale/forms/customer.py b/src/pretix/presale/forms/customer.py index 4183d1aa1..2b6e4f835 100644 --- a/src/pretix/presale/forms/customer.py +++ b/src/pretix/presale/forms/customer.py @@ -54,7 +54,7 @@ class AuthenticationForm(forms.Form): required_css_class = 'required' email = forms.EmailField( label=_("Email"), - widget=forms.EmailInput(attrs={'autofocus': True}) + widget=forms.EmailInput() ) password = forms.CharField( label=_("Password"),