From 13b792ca44541bbf101477c8cb5429d2d6f208d5 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 29 Jul 2021 08:12:52 +0200 Subject: [PATCH] fdfd --- drama/templates/comments.html | 12 ++++++------ drama/templates/submission.html | 4 ++-- drama/templates/submission_listing.html | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/drama/templates/comments.html b/drama/templates/comments.html index 75fee5c09..38edeea17 100644 --- a/drama/templates/comments.html +++ b/drama/templates/comments.html @@ -268,8 +268,8 @@
  • Copy link
  • {% if v and v.admin_level>=3 %} -
  • Remove
  • -
  • Approve
  • +
  • Remove
  • +
  • Approve
  • {% endif %}
  • {{'Undistinguish' if c.distinguish_level else 'Distinguish'}}
  • {% endif %} {% if v.admin_level>=3 %} -
  • Remove
  • -
  • Approve
  • +
  • Remove
  • +
  • Approve
  • {% endif %} {% if v.admin_level >=4 and c.oauth_app %}
  • API App
  • diff --git a/drama/templates/submission.html b/drama/templates/submission.html index fd6a727e2..ce84f6dd6 100644 --- a/drama/templates/submission.html +++ b/drama/templates/submission.html @@ -362,8 +362,8 @@ {% if v %} {% if v.admin_level >=3 %} -
  • Approve
  • -
  • Remove
  • +
  • Approve
  • +
  • Remove
  • {% endif %} {% if v.admin_level >= 4 and p.oauth_app %} diff --git a/drama/templates/submission_listing.html b/drama/templates/submission_listing.html index 6ba027629..fef6dd064 100644 --- a/drama/templates/submission_listing.html +++ b/drama/templates/submission_listing.html @@ -206,7 +206,7 @@ {% if v.admin_level >=3 %}
  • Approve
  • -
  • Remove
  • +
  • Remove
  • {% endif %} {% if v.admin_level >= 4 and p.oauth_app %}