Skip to content
Snippets Groups Projects
Commit 4a103934e835 authored by Sylvain Thénault's avatar Sylvain Thénault
Browse files

avoid crash with cw < 3.8

parent d434582788c6
No related branches found
No related tags found
No related merge requests found
......@@ -307,6 +307,7 @@
self.w(u'<div class="section">')
self.w(u'<h4>%s</h4>\n' % self._cw._('Latest comments').capitalize())
self.wview('table', rset,
displaycols=range(3), # XXX may be removed with cw >= 3.8
headers=[_('about'), _('on date'),
_('comment content')],
cellvids={0: 'commentroot',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment