diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index dd125ff..44f61fa 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -62,13 +62,30 @@ {% if form and repo_admin %} + {% if remote_git %} + + + + {% else %} + {% endif %} {{ render_field_in_row(form.title) }} - To branch + From branch: + {{ branch_from }} + + {% if remote_git %} + + Git repo: + {{ remote_git }} + + {% endif %} + + To branch: {{ branch_to }}