From dba44bcd7d2933f082e72b63e9823c8141282034 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 21 Apr 2016 09:26:06 +0200 Subject: Fix operation wizard --- archaeological_operations/wizards.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_operations/wizards.py') 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")) -- cgit v1.2.3