From 9ac67d69d09ae51528e64b6403cd2fb512b1c76f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 21 2018 19:47:42 +0000 Subject: Fix creating remote PRs Since the template was not passing the branch_to information, the form would not validate and we were no longer able to create remote PR. This commit fixes this small annoyance. Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure/templates/repo_new_pull_request.html b/pagure/templates/repo_new_pull_request.html index 93bd759..378ce6a 100644 --- a/pagure/templates/repo_new_pull_request.html +++ b/pagure/templates/repo_new_pull_request.html @@ -71,6 +71,7 @@ namespace=repo.namespace, confirm=True) }}" method="post"> + {% else %}