web/views/baseviews.py
changeset 8995 a90a98800578
parent 8900 010a59e12d89
child 9257 ce338133c92c
equal deleted inserted replaced
8992:55a1567d92a0 8995:a90a98800578
   155 
   155 
   156 
   156 
   157 class InContextView(EntityView):
   157 class InContextView(EntityView):
   158     """:__regid__: *incontext*
   158     """:__regid__: *incontext*
   159 
   159 
   160     This view is used whenthe entity should be considered as displayed in its
   160     This view is used when the entity should be considered as displayed in its
   161     context. By default it produces the result of ``entity.dc_title()`` wrapped in a
   161     context. By default it produces the result of ``entity.dc_title()`` wrapped in a
   162     link leading to the primary view of the entity.
   162     link leading to the primary view of the entity.
   163     """
   163     """
   164     __regid__ = 'incontext'
   164     __regid__ = 'incontext'
   165 
   165