From 995f746e0755898ce2b4c236961e5bdd572995f1 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 25 2016 10:09:19 +0000 Subject: Fix displaying the content of the initial comment --- diff --git a/pagure/templates/_formhelper.html b/pagure/templates/_formhelper.html index 8631ccd..93d49ff 100644 --- a/pagure/templates/_formhelper.html +++ b/pagure/templates/_formhelper.html @@ -170,11 +170,7 @@
{% autoescape false %} - {% if id == 0 %} {{ comment.content | markdown }} - {% else %} - {{ comment.comment | markdown }} - {% endif %} {% endautoescape %}