added deleted in the principal form
This commit is contained in:
@@ -72,6 +72,7 @@ class IAmPrincipalForm(forms.ModelForm):
|
||||
"password",
|
||||
"confirm_password",
|
||||
"is_active",
|
||||
"deleted",
|
||||
]
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user