web/views/baseviews.py
branchstable
changeset 8418 3f87aa655466
parent 8416 e7f06e562a27
child 8425 b86bdc343c18
equal deleted inserted replaced
8417:24409e9c7c66 8418:3f87aa655466
   173 
   173 
   174 
   174 
   175 class OutOfContextView(EntityView):
   175 class OutOfContextView(EntityView):
   176     """:__regid__: *outofcontext*
   176     """:__regid__: *outofcontext*
   177 
   177 
   178     This view is used whenthe entity should be considered as displayed out of
   178     This view is used when the entity should be considered as displayed out of
   179     its context. By default it produces the result of `textoutofcontext` wrapped
   179     its context. By default it produces the result of `textoutofcontext` wrapped
   180     in a link leading to the primary view of the entity.
   180     in a link leading to the primary view of the entity.
   181     """
   181     """
   182     __regid__ = 'outofcontext'
   182     __regid__ = 'outofcontext'
   183 
   183