From 8821f714086e51297b93a8a9c3482b13ea39e8f5 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Nov 25 2018 20:57:55 +0000 Subject: Allow commenting on a PR when clicking on the merge button Fixes https://pagure.io/pagure/issue/2683 --- diff --git a/pagure/templates/repo_pull_request.html b/pagure/templates/repo_pull_request.html index 38c1b0d..ac0afcb 100644 --- a/pagure/templates/repo_pull_request.html +++ b/pagure/templates/repo_pull_request.html @@ -184,7 +184,7 @@ username=username, namespace=repo.namespace, requestid=requestid) - }}" method="POST"> + }}" method="POST" id="merge_pr_form"> {{ mergeform.csrf_token }}