diff --git a/files/templates/comments.html b/files/templates/comments.html index d1b1a2180..65d7d831c 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -431,7 +431,7 @@ {% endif %} - {% if not c.ghost and v.id != AEVANN_ID %}Votes{% endif %} + {% if not c.ghost or v.id == AEVANN_ID %}Votes{% endif %} Context @@ -629,7 +629,7 @@