diff options
Diffstat (limited to 'ishtar_common/wizards.py')
| -rw-r--r-- | ishtar_common/wizards.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/ishtar_common/wizards.py b/ishtar_common/wizards.py index 62bafdfe4..5a1ab5843 100644 --- a/ishtar_common/wizards.py +++ b/ishtar_common/wizards.py @@ -1685,6 +1685,8 @@ class AccountWizard(Wizard):                  if data.get('DELETE', None):                      profile.delete()                      continue +            elif data.get('DELETE', None): +                continue              name = data.get('name', None) | 
