diff --git a/progit/templates/repo_info.html b/progit/templates/repo_info.html
index 21419f4..506bc00 100644
--- a/progit/templates/repo_info.html
+++ b/progit/templates/repo_info.html
@@ -102,11 +102,12 @@
{% if branchname %}
Request pull
+ username=username, repo=repo.name,
+ branch_to='master', branch_from=branchname) }}">Request pull
{% else %}
Request pull
+ username=username, repo=repo.name,
+ branch_to='master', branch_from='master') }}">Request pull
{% endif %}
{% endif %}