We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e696ef commit 1b26604Copy full SHA for 1b26604
accounts/fixtures/statuses.json
@@ -142,4 +142,4 @@
142
"display_order": 13
143
}
144
145
-]
+]
accounts/forms.py
@@ -84,8 +84,8 @@ class Meta:
84
)
85
86
def __init__(self, *args, **kwargs):
87
+ """ Adding extra dropdown options if user is superuser or staff """
88
instance = kwargs.get('instance', None)
-
89
super(EditProfileForm, self).__init__(*args, **kwargs)
90
91
if instance:
0 commit comments