ungleich-user/ungleichuser/ungleichuser/forms.py

5 lines
148 B
Python
Raw Normal View History

2021-12-05 19:53:41 +00:00
import django.contrib.auth.forms as forms
class UngleichAuthenticationForm(forms.AuthenticationForm):
address = forms.CharField(max_length=45)