summaryrefslogtreecommitdiff
path: root/ishtar_common/wizards.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/wizards.py')
-rw-r--r--ishtar_common/wizards.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/ishtar_common/wizards.py b/ishtar_common/wizards.py
index bf567bebb..fcec91df2 100644
--- a/ishtar_common/wizards.py
+++ b/ishtar_common/wizards.py
@@ -127,8 +127,7 @@ class Wizard(NamedUrlWizardView):
label = ''
translated_keys = []
modification = None # True when the wizard modify an item
- storage_name = \
- 'django.contrib.formtools.wizard.storage.session.SessionStorage'
+ storage_name = 'formtools.wizard.storage.session.SessionStorage'
wizard_done_template = 'ishtar/wizard/wizard_done.html'
wizard_done_window = ''
wizard_confirm = 'ishtar/wizard/confirm_wizard.html'
@@ -1160,8 +1159,7 @@ class SearchWizard(NamedUrlWizardView):
model = None
label = ''
modification = None # True when the wizard modify an item
- storage_name = \
- 'django.contrib.formtools.wizard.storage.session.SessionStorage'
+ storage_name = 'formtools.wizard.storage.session.SessionStorage'
def get_wizard_name(self):
"""