From 9affe9ced132a1dd36012cbc4f960a6ae8865791 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 21 Aug 2021 09:08:46 +0200 Subject: [PATCH] fdfd --- files/templates/comments.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 28bbcc97f5..08907459aa 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -447,11 +447,11 @@ {% 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
  • -
  • Remove
  • +
  • Approve
  • +
  • Remove
  • {% endif %} {% if v.admin_level >=4 and c.oauth_app %}
  • API App
  • @@ -459,7 +459,7 @@ {% if not v.id==c.author_id and v.admin_level == 0 %}
  • - Block user + Block user
  • {% endif %} {% endif %} @@ -471,9 +471,9 @@ {% if v and (c.post and v.admin_level == 6) %} {% if c.author_id != v.id %} {% if c.author.is_banned %} -
  • Unban user
  • +
  • Unban user
  • {% else %} -
  • Ban user
  • +
  • Ban user
  • {% endif %} {% endif %} {% endif %}