diff --git a/plone/app/discussion/browser/comments.py b/plone/app/discussion/browser/comments.py index 09cf544..b6abdfb 100644 --- a/plone/app/discussion/browser/comments.py +++ b/plone/app/discussion/browser/comments.py @@ -96,5 +96,5 @@ class ReplyToComment(BrowserView): # Add the reply to the comment new_re_id = replies.addComment(comment) - # TODO: Redirect to the document object page + # Redirect to the document object page self.request.response.redirect(aq_parent(aq_inner(self.context)).absolute_url())