From b28783e7f80b0cc076f91481c2ddbca978d8a2ad Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 31 Jul 2021 13:07:00 +0200 Subject: [PATCH] gfgf --- drama/templates/comments.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drama/templates/comments.html b/drama/templates/comments.html index ebcc45831..31c321060 100644 --- a/drama/templates/comments.html +++ b/drama/templates/comments.html @@ -294,21 +294,21 @@ {% if v and v.admin_level>=3 %} -
  • Remove
  • -
  • Approve
  • +
  • Remove
  • +
  • Approve
  • {% endif %} {% if v and v.admin_level==6 and v.id != c.author_id %} {% if c.author.is_banned %} -
  • Unban user
  • +
  • Unban user
  • {% else %} -
  • Ban user
  • +
  • Ban user
  • {% endif %} {% endif %} {% if v and c.parent_submission and (c.author_id==v.id or v.admin_level > 0) %} -
  • Toggle +18
  • +
  • Toggle +18
  • {% endif %} {% if v and v.admin_level >=4 and c.oauth_app %}