diff --git a/files/templates/comments.html b/files/templates/comments.html index 81d8a15ce..ecf062053 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -167,7 +167,7 @@ {% endif %} -{% if c.sentto and c.level > 1 and c.created_utc > 1641340623 } +{% if c.sentto and c.level > 1 and c.created_utc > 1641340623 %} {% set isreply = True %} {% else %} {% set isreply = False %}