summaryrefslogtreecommitdiff
path: root/ishtar_common/wizards.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/wizards.py')
-rw-r--r--ishtar_common/wizards.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/wizards.py b/ishtar_common/wizards.py
index 80054ca0c..5f3606a5e 100644
--- a/ishtar_common/wizards.py
+++ b/ishtar_common/wizards.py
@@ -121,7 +121,7 @@ class IshtarWizard(NamedUrlWizardView):
)
if (
self.model
- and hasattr(form, "field")
+ and hasattr(form, "fields")
and "pk" in form.fields
and self.request.session.get("EXTERNAL_SOURCES", {})
):