From dec61b04e289125fe999d4bb12d0273ed6f84454 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 5 Sep 2021 11:40:02 +0200 Subject: [PATCH] fd --- files/templates/comments.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 41f1cfd3e5..10e28d1699 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -302,7 +302,7 @@ {% endif %} {% if v and v.admin_level==6 and v.id==c.author_id %} -
  • {{'Undistinguish' if c.distinguish_level else 'Distinguish'}}
  • +
  • {{'Undistinguish' if c.distinguish_level else 'Distinguish'}}
  • {% endif %} @@ -460,7 +460,7 @@ {% if v %} {% if v.admin_level>=1 and v.id==c.author_id %} -
  • {{'Undistinguish' if c.distinguish_level else 'Distinguish'}}
  • +
  • {{'Undistinguish' if c.distinguish_level else 'Distinguish'}}
  • {% endif %} {% if v.admin_level>=3 %}
  • Approve