import django.contrib.auth.forms as forms class UngleichAuthenticationForm(forms.AuthenticationForm): address = forms.CharField(max_length=45)