diff --git a/src/wuttaweb/forms/base.py b/src/wuttaweb/forms/base.py index 796fd6f..ee04047 100644 --- a/src/wuttaweb/forms/base.py +++ b/src/wuttaweb/forms/base.py @@ -1080,14 +1080,14 @@ class Form: # pylint: disable=too-many-instance-attributes,too-many-public-meth return HTML.literal(html) - def render_vue_field( # pylint: disable=unused-argument,too-many-locals + def render_vue_field( self, fieldname, readonly=None, label=True, horizontal=True, **kwargs, - ): + ): # pylint: disable=unused-argument,too-many-locals,too-many-branches """ Render the given field completely, i.e. ```` wrapper with label and a widget, with validation errors flagged as