From b8c56588be3ed9397722b46baece4a3b2326514b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 11 Jan 2011 00:43:22 +0100 Subject: Correct preventive form condition for archeological file modification (closes #71) --- ishtar/furnitures/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar') diff --git a/ishtar/furnitures/forms.py b/ishtar/furnitures/forms.py index 367001bef..5f1b0beb8 100644 --- a/ishtar/furnitures/forms.py +++ b/ishtar/furnitures/forms.py @@ -613,6 +613,6 @@ file_modification_wizard = FileWizard([ ('preventive-file_modification', FileFormPreventive), ('final-file_modification', FinalForm)], condition_list={ - 'preventive-file_modification':is_preventive('general-file_modif') + 'preventive-file_modification':is_preventive('general-file_modification') }, url_name='file_modification',) -- cgit v1.2.3