diff --git a/plone/app/discussion/browser/comments.py b/plone/app/discussion/browser/comments.py index ead81ae..66b07b9 100644 --- a/plone/app/discussion/browser/comments.py +++ b/plone/app/discussion/browser/comments.py @@ -212,7 +212,7 @@ class CommentForm(extensible.ExtensibleForm, form.Form): else: # Redirect to comment (inside a content object page) self.request.response.redirect( - aq_parent(aq_inner(self.context)).absolute_url() + + aq_parent(aq_inner(self.context)).absolute_url() + \ '#' + str(comment_id)) @button.buttonAndHandler(_(u"Cancel"))