web/views/startup.py
changeset 7990 a673d1d9a738
parent 7897 defac26f4151
child 8169 f9fb7d903800
equal deleted inserted replaced
7989:db76e8aaec29 7990:a673d1d9a738
    29 from logilab.mtconverter import xml_escape
    29 from logilab.mtconverter import xml_escape
    30 
    30 
    31 from cubicweb.view import StartupView
    31 from cubicweb.view import StartupView
    32 from cubicweb.selectors import match_user_groups, is_instance
    32 from cubicweb.selectors import match_user_groups, is_instance
    33 from cubicweb.schema import display_name
    33 from cubicweb.schema import display_name
    34 from cubicweb.web import ajax_replace_url, uicfg, httpcache
    34 from cubicweb.web import uicfg, httpcache
    35 
    35 
    36 class ManageView(StartupView):
    36 class ManageView(StartupView):
    37     """:__regid__: *manage*
    37     """:__regid__: *manage*
    38 
    38 
    39     The manage view, display some information about what's contained by your
    39     The manage view, display some information about what's contained by your