diff --git a/emailusernames/forms.py b/emailusernames/forms.py index b3788e1..99749d2 100644 --- a/emailusernames/forms.py +++ b/emailusernames/forms.py @@ -103,6 +103,7 @@ class EmailUserChangeForm(UserChangeForm): class Meta: model = User + fields = "__all__" def __init__(self, *args, **kwargs): super(EmailUserChangeForm, self).__init__(*args, **kwargs)