From fb827564895c085e85e18c31c3da1724718c83a6 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Sep 24 2018 12:11:01 +0000 Subject: fix regression where PR comment was not filled in anymore Fixes #3674 --- diff --git a/pagure/templates/repo_new_pull_request.html b/pagure/templates/repo_new_pull_request.html index 378ce6a..49c749b 100644 --- a/pagure/templates/repo_new_pull_request.html +++ b/pagure/templates/repo_new_pull_request.html @@ -194,7 +194,9 @@
+ placeholder="Describe your changes" tabindex=1> + {{- form.initial_comment.data if form.initial_comment.data else '' -}} + {% if form.initial_comment.errors %}