web/views/forms.py
changeset 8665 e65af61bde7d
parent 8190 2a3c1b787688
child 8666 1dd655788ece
equal deleted inserted replaced
8664:29652410c317 8665:e65af61bde7d
    54 
    54 
    55 from cubicweb import ValidationError, typed_eid
    55 from cubicweb import ValidationError, typed_eid
    56 from cubicweb.utils import support_args
    56 from cubicweb.utils import support_args
    57 from cubicweb.predicates import non_final_entity, match_kwargs, one_line_rset
    57 from cubicweb.predicates import non_final_entity, match_kwargs, one_line_rset
    58 from cubicweb.web import RequestError, ProcessFormError
    58 from cubicweb.web import RequestError, ProcessFormError
    59 from cubicweb.web import uicfg, form, formwidgets as fwdgs
    59 from cubicweb.web import form, formwidgets as fwdgs
       
    60 from cubicweb.web.views import uicfg
    60 from cubicweb.web.formfields import guess_field
    61 from cubicweb.web.formfields import guess_field
    61 
    62 
    62 
    63 
    63 class FieldsForm(form.Form):
    64 class FieldsForm(form.Form):
    64     """This is the base class for fields based forms.
    65     """This is the base class for fields based forms.