diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 9dbf14fdb..38c47f48a 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -179,8 +179,13 @@ {% if v %} {% if v.admin_level >=3 %} -
  • Remove
  • -
  • Approve
  • + {% if "/flagged/" in request.path %} +
  • Remove
  • +
  • Approve
  • + {% else %} +
  • Remove
  • +
  • Approve
  • + {% endif %} {% endif %}