diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index afb6e65..80fc0dc 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -93,7 +93,15 @@ {{ pull_request.branch }} - +{%if pull_request.initial_comment %} +
+
+ {%- autoescape false -%} +{{ pull_request.initial_comment | markdown }} + {%- endautoescape -%} +
+
+{%endif%} {% elif form and (repo_admin or remote_git) %}

Create pull request

{% else %}