From df59f0714eaad1b50b8adf3651a5c1fa9dee58bc Mon Sep 17 00:00:00 2001 From: rizwanisready Date: Mon, 27 May 2024 16:00:02 +0530 Subject: [PATCH] added deleted in the principal form --- accounts/forms.py | 1 + 1 file changed, 1 insertion(+) 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):