diff options
Diffstat (limited to 'ishtar_common/wizards.py')
-rw-r--r-- | ishtar_common/wizards.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/wizards.py b/ishtar_common/wizards.py index aa5e1804d..e8be78932 100644 --- a/ishtar_common/wizards.py +++ b/ishtar_common/wizards.py @@ -96,7 +96,7 @@ def filter_no_fields_form(form, other_check=None): return func -EXTRA_FORM_MODALS = ["container", "warehouse", "person", "organization"] +EXTRA_FORM_MODALS = ["container", "warehouse", "author", "person", "organization"] class IshtarWizard(NamedUrlWizardView): |