diff --git a/views.py b/views.py index 6fcd10adbb7d593ed0601a2d4e1c80ef1796e732_dmlld3MucHk=..865d1f79381ced1c0902a374048c80819585d69e_dmlld3MucHk= 100644 --- a/views.py +++ b/views.py @@ -92,8 +92,10 @@ self.req.add_css('cubes.comment.css') entity = self.entity(row, col) diem = self.format_date(entity.creation_date) - action = self.vreg.select_action('reply_comment', self.req, self.rset, row) - editaction = self.vreg.select_action('edit_comment', self.req, self.rset, row) + action = self.vreg.select_action('reply_comment', self.req, self.rset, + row=row) + editaction = self.vreg.select_action('edit_comment', self.req, self.rset, + row=row) if action is None: reply = u'' else: