web/component.py
branchtls-sprint
changeset 1661 00340ebedc24
parent 1511 514e4e53a3c7
child 1977 606923dff11b
equal deleted inserted replaced
1660:d1030dd9730b 1661:00340ebedc24
    49     }
    49     }
    50 
    50 
    51     context = 'navcontentbottom' # 'footer' | 'header' | 'incontext'
    51     context = 'navcontentbottom' # 'footer' | 'header' | 'incontext'
    52 
    52 
    53     def call(self, view=None):
    53     def call(self, view=None):
    54         return self.cell_call(0, 0, view)
    54         return self.cell_call(0, 0, view=view)
    55 
    55 
    56     def cell_call(self, row, col, view=None):
    56     def cell_call(self, row, col, view=None):
    57         raise NotImplementedError()
    57         raise NotImplementedError()
    58 
    58 
    59 
    59