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 65bacee commit cae528bCopy full SHA for cae528b
src/plone/z3cform/patch.py
@@ -2,6 +2,7 @@
2
GroupForm.update(). We need to call z2.processInputs() before the request is
3
used, because z3c.form expects them to have been converted to unicode first.
4
"""
5
+
6
from plone.z3cform.z2 import processInputs
7
from z3c.form.form import BaseForm
8
from z3c.form.group import GroupForm
src/plone/z3cform/templates.py
@@ -4,6 +4,7 @@
The default templates draw from a macro page template which you can use by
itself to render parts of it.
from Acquisition import IAcquirer
9
from Acquisition import ImplicitAcquisitionWrapper
10
from Products.Five.browser.pagetemplatefile import (
0 commit comments