diff --git a/pagure/templates/pull_request_title.html b/pagure/templates/pull_request_title.html index 0cb39ee..fbe1efd 100644 --- a/pagure/templates/pull_request_title.html +++ b/pagure/templates/pull_request_title.html @@ -8,7 +8,9 @@ {% block header %} - + {% endblock %} @@ -31,9 +33,24 @@ {{ render_bootstrap_field( form.title, field_description="the new title of your pull-request") }} - {{ render_bootstrap_field( - form.initial_comment, - field_description="description of your pull-request") }} + +
+