source: products/quintagroup.quills.extras/trunk/quintagroup/quills/extras/browser/comments.py @ 859

Last change on this file since 859 was 859, checked in by mylan, 17 years ago

Added spanish translation.

File size: 280 bytes
Line 
1from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile
2from Products.qPloneComments.browser import comments
3
4class CommentsViewlet(comments.CommentsViewlet):
5    """A custom version of the comments viewlet
6    """
7    render = ViewPageTemplateFile('comments.pt')
Note: See TracBrowser for help on using the repository browser.