equal
deleted
inserted
replaced
12 |
12 |
13 from logilab.mtconverter import html_escape |
13 from logilab.mtconverter import html_escape |
14 |
14 |
15 from cubicweb import Unauthorized |
15 from cubicweb import Unauthorized |
16 from cubicweb.view import EntityView |
16 from cubicweb.view import EntityView |
|
17 from cubicweb.schema import display_name |
17 from cubicweb.web import uicfg |
18 from cubicweb.web import uicfg |
18 |
|
19 |
19 |
20 |
20 |
21 class PrimaryView(EntityView): |
21 class PrimaryView(EntityView): |
22 """the full view of an non final entity""" |
22 """the full view of an non final entity""" |
23 id = 'primary' |
23 id = 'primary' |