diff --git a/pagure/templates/requests.html b/pagure/templates/requests.html
index ba4e74b..caa17b9 100644
--- a/pagure/templates/requests.html
+++ b/pagure/templates/requests.html
@@ -142,7 +142,7 @@ $(function() {
var url = "{{ url_for(
'new_request_pull',
repo=repo.name,
- username=repo.user.user if repo.is_fork else None,
+ username=g.fas_user.username,
branch_to=head,
branch_from='') }}" + branch;
html = '