From d5f64847acb11f663f9eb95bc70b45f573f7bae5 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 31 Mar 2022 21:34:04 +0200 Subject: [PATCH] gd --- files/templates/comments.html | 4 ++-- files/templates/post_actions.html | 2 +- files/templates/post_actions_mobile.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 @@