summaryrefslogtreecommitdiff
path: root/archaeological_context_records/wizards.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-10-21 01:31:49 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-10-21 01:31:49 +0200
commitea73bf44c5d527f407c89b35b22b21abf2f32617 (patch)
treeb0ce9167008a2ef608f522680f3d11a0459663e4 /archaeological_context_records/wizards.py
parent8d594a01220d5cbbe9d6e856d1aef04bbb8daf3e (diff)
downloadIshtar-ea73bf44c5d527f407c89b35b22b21abf2f32617.tar.bz2
Ishtar-ea73bf44c5d527f407c89b35b22b21abf2f32617.zip
Djangoization - Major refactoring (step 7)
Work on archaeological_files wizards
Diffstat (limited to 'archaeological_context_records/wizards.py')
-rw-r--r--archaeological_context_records/wizards.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_context_records/wizards.py b/archaeological_context_records/wizards.py
index b14272e16..1fd657bcc 100644
--- a/archaeological_context_records/wizards.py
+++ b/archaeological_context_records/wizards.py
@@ -73,7 +73,8 @@ class RecordWizard(Wizard):
else:
data = {}
if not step:
- step = self.determine_step(request, storage)
+ step = self.steps.current
+ #step = self.determine_step(request, storage)
form = self.get_form_list(request, storage)[step]
general_form_key = 'general-' + self.url_name