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 }} + + {{ branch_from }} + {% for br in parent_branches |reverse %} + {% if br != branch_from %} + {{ br }} + {% endif %} + {% endfor %} + into @@ -221,7 +228,8 @@ - + {{ form.csrf_token }}
- + {{ form.csrf_token }}