diff --git a/progit/templates/pull_request.html b/progit/templates/pull_request.html index f13a349..ff49b1d 100644 --- a/progit/templates/pull_request.html +++ b/progit/templates/pull_request.html @@ -51,6 +51,19 @@ repo=repo.name, commitid=commitid) }}" method="post"> {{ render_field_in_row(form.title) }} + + + +
To branch + +

@@ -109,6 +122,16 @@ {% block jscripts %} {{ super() }}