summaryrefslogtreecommitdiff
path: root/ishtar_common
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common')
-rw-r--r--ishtar_common/wizards.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/wizards.py b/ishtar_common/wizards.py
index e6cda14cf..030b684ad 100644
--- a/ishtar_common/wizards.py
+++ b/ishtar_common/wizards.py
@@ -154,7 +154,7 @@ class Wizard(IshtarWizard):
label = ""
translated_keys = []
modification = None # True when the wizard modify an item
- deletion = True # True on deletion
+ deletion = None # True on deletion
storage_name = "formtools.wizard.storage.session.SessionStorage"
wizard_done_template = "ishtar/wizard/wizard_done.html"
wizard_done_window = ""