diff --git a/rhodecode/templates/pullrequests/pullrequest.html b/rhodecode/templates/pullrequests/pullrequest.html
--- a/rhodecode/templates/pullrequests/pullrequest.html
+++ b/rhodecode/templates/pullrequests/pullrequest.html
@@ -19,73 +19,15 @@
${self.breadcrumbs()}
- ${h.form(url('pullrequest', repo_name=c.repo_name), method='post', id='pull_request_form')}
-
- ##ORG
-
-
-
- ${h.select('org_repo','',c.org_repos,class_='refs')}:${h.select('org_ref',c.default_org_ref,c.org_refs,class_='refs')}
-
-
${c.rhodecode_db_repo.description}
-
-
-
-
-
-
- ##OTHER, most Probably the PARENT OF THIS FORK
-
-
-
- ${h.select('other_repo',c.default_other_repo,c.other_repos,class_='refs')}:${c.default_other_repo_info['revs']}
-
-
-
-
-
-
- ## overview pulled by ajax
-
-
-
-
-
${_('Pull request reviewers')}
-
- ## members goes here !
-
-
- %for member in [c.default_other_repo_info['user']]:
- -
-
-
-
${member['firstname']} ${member['lastname']} (${_('owner')})
-
-
-
-
- %endfor
-
-
+ ${h.form(url('pullrequest', repo_name=c.repo_name), method='post', id='pull_request_form')}
-
-
- ${h.text('user', class_='yui-ac-input')}
-
${_('Add reviewer to this pull request.')}
-
-
-
-
-
${_('Create new pull request')}