diff --git a/accounts/forms.py b/accounts/forms.py index d4d90ee..3dbb6ce 100644 --- a/accounts/forms.py +++ b/accounts/forms.py @@ -72,6 +72,7 @@ class IAmPrincipalForm(forms.ModelForm): "password", "confirm_password", "is_active", + "deleted", ] def __init__(self, *args, **kwargs):