From 1079237683a0a7f720626246a44061d55b44fd1c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 12 Jan 2022 00:36:38 +0200 Subject: [PATCH] bb --- files/templates/admin/reported_posts.html | 43 +++++++---------------- files/templates/submission_listing.html | 2 +- 2 files changed, 14 insertions(+), 31 deletions(-) diff --git a/files/templates/admin/reported_posts.html b/files/templates/admin/reported_posts.html index 707cf846f..7b06737b8 100644 --- a/files/templates/admin/reported_posts.html +++ b/files/templates/admin/reported_posts.html @@ -8,36 +8,6 @@ {% block desktopUserBanner %}{% endblock %} {% block mobileUserBanner %}{% endblock %} - {% block postNav %} -
-
-
-
-
-
-
- -
-
-
-
-
-
-
- {% endblock %} - - {% block fixedMobileBarJS %} {% endblock %} @@ -48,6 +18,19 @@ {% block content %} + +
diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index c2e1fe313..16573c00f 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -274,7 +274,7 @@ {% if v.admin_level > 1 %} {% if "/reported/" in request.path %} {% if v.id != p.author.id %}Remove{% endif %} - Approve + Approve {% else %} {% if v.id != p.author.id %}Remove{% endif %} Approve