web/views/startup.py
changeset 2293 7ded2a1416e4
parent 2234 1fbcf202882d
parent 2265 4c028cb136a4
child 2381 caad2367d940
equal deleted inserted replaced
2235:d5987f75c97c 2293:7ded2a1416e4
    12 from logilab.common.textutils import unormalize
    12 from logilab.common.textutils import unormalize
    13 from logilab.mtconverter import html_escape
    13 from logilab.mtconverter import html_escape
    14 
    14 
    15 from cubicweb.view import StartupView
    15 from cubicweb.view import StartupView
    16 from cubicweb.selectors import match_user_groups, implements
    16 from cubicweb.selectors import match_user_groups, implements
    17 from cubicweb.schema import META_RELATIONS_TYPES
    17 from cubicweb.schema import META_RELATIONS_TYPES, display_name
    18 from cubicweb.common.uilib import ureport_as_html
    18 from cubicweb.common.uilib import ureport_as_html
    19 from cubicweb.web import ajax_replace_url, uicfg, httpcache
    19 from cubicweb.web import ajax_replace_url, uicfg, httpcache
    20 from cubicweb.web.views import tabs, management, schema as schemamod
    20 from cubicweb.web.views import tabs, management, schema as schemamod
    21 
    21 
    22 class ManageView(StartupView):
    22 class ManageView(StartupView):