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 %}