diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-04-21 09:26:06 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-04-21 09:26:06 +0200 |
commit | dba44bcd7d2933f082e72b63e9823c8141282034 (patch) | |
tree | d098695b611b724329da25e9fc8225e4a096e90c | |
parent | fc1c422e6c5e0c57ddb6209b609b2335f9cb4dde (diff) | |
download | Ishtar-dba44bcd7d2933f082e72b63e9823c8141282034.tar.bz2 Ishtar-dba44bcd7d2933f082e72b63e9823c8141282034.zip |
Fix operation wizard
-rw-r--r-- | archaeological_operations/wizards.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/wizards.py b/archaeological_operations/wizards.py index c90b6fa8a..c51b88d0b 100644 --- a/archaeological_operations/wizards.py +++ b/archaeological_operations/wizards.py @@ -361,6 +361,7 @@ class OperationAdministrativeActWizard(OperationWizard): step = self.steps.current if step.startswith('final-'): general_form_key = 'administrativeact-' + self.url_name + act_type = None try: act_type = models.ActType.objects.get( pk=self.session_get_value(general_form_key, "act_type")) |