web/views/primary.py
changeset 8665 e65af61bde7d
parent 8216 99ff746e8de8
child 8666 1dd655788ece
equal deleted inserted replaced
8664:29652410c317 8665:e65af61bde7d
    48 from cubicweb import Unauthorized, NoSelectableObject
    48 from cubicweb import Unauthorized, NoSelectableObject
    49 from cubicweb.utils import support_args
    49 from cubicweb.utils import support_args
    50 from cubicweb.predicates import match_kwargs, match_context
    50 from cubicweb.predicates import match_kwargs, match_context
    51 from cubicweb.view import EntityView
    51 from cubicweb.view import EntityView
    52 from cubicweb.schema import META_RTYPES, VIRTUAL_RTYPES, display_name
    52 from cubicweb.schema import META_RTYPES, VIRTUAL_RTYPES, display_name
    53 from cubicweb.web import uicfg, component
    53 from cubicweb.web import component
       
    54 from cubicweb.web.views import uicfg
    54 
    55 
    55 
    56 
    56 class PrimaryView(EntityView):
    57 class PrimaryView(EntityView):
    57     """
    58     """
    58     The basic layout of a primary view is as in the :ref:`primary_view_layout`
    59     The basic layout of a primary view is as in the :ref:`primary_view_layout`