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 %}