We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1b0c4 commit 5dffb12Copy full SHA for 5dffb12
djangocms_form_builder/cms_plugins/ajax_plugins.py
@@ -354,7 +354,6 @@ def traverse(instance):
354
"""Recursively traverse children to identify form fields (by them having a method called
355
"get_form_field" """
356
if hasattr(instance, "get_form_field"):
357
- nonlocal fields
358
name, field = instance.get_form_field()
359
fields[name] = field
360
if (
tests/requirements/base.txt
@@ -12,4 +12,4 @@ pyflakes>=2.1
12
wheel
13
black
14
pre-commit
15
-svglib!=1.6.0
+svglib!=1.6.0
0 commit comments