Can anyone figure out why when I fill out the form it returns False for is_valid?
forms.py
class LoginForm(AuthenticationForm): class Meta: m