diff --git a/rhodecode/templates/pullrequests/pullrequest_show.html b/rhodecode/templates/pullrequests/pullrequest_show.html
--- a/rhodecode/templates/pullrequests/pullrequest_show.html
+++ b/rhodecode/templates/pullrequests/pullrequest_show.html
@@ -83,6 +83,8 @@
## diff block
@@ -93,12 +95,46 @@
## template for inline comment form
<%namespace name="comment" file="/changeset/changeset_file_comment.html"/>
- ##${comment.comment_inline_form(c.changeset)}
+ ${comment.comment_inline_form()}
## render comments main comments form and it status
${comment.comments(h.url('pullrequest_comment', repo_name=c.repo_name, pull_request_id=c.pull_request.pull_request_id),
c.current_changeset_status)}
+
+
+
+
%def>