equal
deleted
inserted
replaced
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' |