added deleted in the principal form

This commit is contained in:
rizwanisready
2024-05-27 16:00:02 +05:30
parent 679abb78fe
commit df59f0714e

View File

@@ -72,6 +72,7 @@ class IAmPrincipalForm(forms.ModelForm):
"password",
"confirm_password",
"is_active",
"deleted",
]
def __init__(self, *args, **kwargs):