branch | stable |
changeset 7840 | d6733436b0dd |
parent 7836 | 0ada13ce2e16 |
child 7913 | d0c6a7993cec |
--- a/web/views/baseviews.py Thu Sep 22 17:29:40 2011 +0200 +++ b/web/views/baseviews.py Fri Sep 23 09:10:58 2011 +0200 @@ -687,7 +687,6 @@ __metaclass__ = class_deprecated __deprecation_warning__ = '[3.9] the secondary view is deprecated, use one of oneline/incontext/outofcontext' __regid__ = 'secondary' - title = _('secondary') def cell_call(self, row, col, **kwargs): entity = self.cw_rset.get_entity(row, col)