changeset 501 | 3407e6940f6a |
parent 372 | 719c3edee5c1 |
child 558 | d9c6b1d7fefa |
--- a/src/pyams_content/shared/form/field.py Wed Mar 28 15:28:01 2018 +0200 +++ b/src/pyams_content/shared/form/field.py Wed Mar 28 15:46:19 2018 +0200 @@ -75,7 +75,7 @@ @adapter_config(context=IFormFieldContainerTarget, provides=IFormFieldContainer) -def FormFieldContainerFactory(context): +def form_field_container_factory(context): """Form fields container factory""" annotations = IAnnotations(context) container = annotations.get(FORM_FIELD_CONTAINER_KEY)