From bebf4ed069b90b9150dd7c10ef02156b53b01512 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 19 Sep 2021 14:57:08 +0200 Subject: [PATCH] sfd --- files/templates/comments.html | 4 ++-- files/templates/submission.html | 4 ++-- files/templates/submission_listing.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 3d496b4ab..c2827f332 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -333,7 +333,7 @@ {% if v and v.admin_level==6 and v.id != c.author_id %}
  • Unban user
  • -
  • Ban user
  • +
  • Ban user
  • {% endif %} {% if v and v.admin_level >=4 and c.oauth_app %} @@ -492,7 +492,7 @@ {% if v and (c.post and v.admin_level == 6) %} {% if c.author_id != v.id %} -
  • Ban user
  • +
  • Ban user
  • Unban user
  • {% endif %} {% endif %} diff --git a/files/templates/submission.html b/files/templates/submission.html index 975c4e0d9..3d0babb82 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -179,7 +179,7 @@ {% endif %} {% if v and v.admin_level == 6 and v.id!=p.author_id %} - + {% endif %} @@ -471,7 +471,7 @@ {% endif %} {% if v.admin_level >=3 and v.id!=p.author_id %} -
  • Ban user
  • +
  • Ban user
  • Unban user
  • {% endif %} {% endif %} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index c4828f76e..542a45fc0 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -208,7 +208,7 @@ {% endif %} {% if v.admin_level >=3 and v.id!=p.author_id %} -
  • Ban user
  • +
  • Ban user
  • Unban user
  • {% endif %} {% endif %} @@ -371,7 +371,7 @@ {% endif %} {% if v and v.admin_level == 6 and v.id!=p.author_id %} - + {% endif %}