From ad1fd850efdff16a85740b98e119007428a18980 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 8 Sep 2021 14:34:12 +0200 Subject: [PATCH] fd --- files/templates/submission_listing.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 9dbf14fdb3..38c47f48a6 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 %}