diff --git a/app/templates/widgets/thread.html b/app/templates/widgets/thread.html index e0a0c57..b5cf1e1 100644 --- a/app/templates/widgets/thread.html +++ b/app/templates/widgets/thread.html @@ -22,8 +22,10 @@ {{ widget_attachments.attachments(c) }} -
- {{ c.author.signature|md }} + {% if c.author.signature != "" %} +
+ {{ c.author.signature|md }} + {% endif %} {% elif loop.index0 != 0 %}
Ce message est le top comment
{% endif %}