diff --git a/files/templates/comments.html b/files/templates/comments.html index 136262f9d..7d719bf1b 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -112,6 +112,9 @@ {% if v %} {% set voted=c.voted %} + {% if not voted and v.id == c.author_id %} + {% set voted=1 %} + {% endif %} {% else %} {% set voted=-2 %} {% endif %}