web/views/startup.py
branchtls-sprint
changeset 1635 866563e2d0fc
parent 1631 8370be19afd7
child 1641 2c80b09d8d86
equal deleted inserted replaced
1634:dbb70cdca535 1635:866563e2d0fc
    11 from logilab.common.textutils import unormalize
    11 from logilab.common.textutils import unormalize
    12 from logilab.mtconverter import html_escape
    12 from logilab.mtconverter import html_escape
    13 
    13 
    14 from cubicweb.view import StartupView
    14 from cubicweb.view import StartupView
    15 from cubicweb.selectors import match_user_groups
    15 from cubicweb.selectors import match_user_groups
    16 from cubicweb.common.uilib import ureport_as_html, ajax_replace_url
    16 from cubicweb.common.uilib import ureport_as_html
    17 from cubicweb.web import uicfg, httpcache
    17 from cubicweb.web import ajax_replace_url, uicfg, httpcache
    18 from cubicweb.web.views.management import SecurityViewMixIn
    18 from cubicweb.web.views.management import SecurityViewMixIn
    19 
    19 
    20 
    20 
    21 class ManageView(StartupView):
    21 class ManageView(StartupView):
    22     id = 'manage'
    22     id = 'manage'