From bd4cd5ebf98da20163a312f7e84b5a0e7a4eb188 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 08 2018 10:00:41 +0000 Subject: When creating a new PR, allow updating the branch from In the same way we currently allow updating the branch targeted by the pull-request, this allows updating the branch from which the changes are pulled. Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index c01e751..e091d60 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -176,7 +176,14 @@ - {{ branch_from }} + into @@ -221,7 +228,8 @@

- + {{ form.csrf_token }}