web/views/cwuser.py
changeset 8190 2a3c1b787688
parent 8083 3db2f3317d15
child 8665 e65af61bde7d
equal deleted inserted replaced
8189:2ee0ef069fa7 8190:2a3c1b787688
    24 
    24 
    25 from logilab.mtconverter import xml_escape
    25 from logilab.mtconverter import xml_escape
    26 
    26 
    27 from cubicweb import tags
    27 from cubicweb import tags
    28 from cubicweb.schema import display_name
    28 from cubicweb.schema import display_name
    29 from cubicweb.selectors import one_line_rset, is_instance, match_user_groups
    29 from cubicweb.predicates import one_line_rset, is_instance, match_user_groups
    30 from cubicweb.view import EntityView, StartupView
    30 from cubicweb.view import EntityView, StartupView
    31 from cubicweb.web import action, uicfg, formwidgets
    31 from cubicweb.web import action, uicfg, formwidgets
    32 from cubicweb.web.views import tabs, tableview, actions, add_etype_button
    32 from cubicweb.web.views import tabs, tableview, actions, add_etype_button
    33 
    33 
    34 _pvs = uicfg.primaryview_section
    34 _pvs = uicfg.primaryview_section