diff --git a/files/templates/admin/reported_posts.html b/files/templates/admin/reported_posts.html index 707cf846fa..7b06737b89 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 c2e1fe3134..16573c00fa 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