web/views/primary.py
branchstable
changeset 2217 3a8cee8f8778
parent 2190 d9f5fd1879fc
child 2234 1fbcf202882d
child 2237 7e546c3d6ea5
equal deleted inserted replaced
2216:b44b06520ddc 2217:3a8cee8f8778
    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'