From 3a8bf8c5452a0d5f77eb82b31aa38be65f344b1c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 26 Mar 2022 00:33:01 +0200 Subject: [PATCH] fd --- files/templates/admin/admin_home.html | 6 +-- files/templates/admin/removed_comments.html | 53 ++------------------- files/templates/admin/removed_posts.html | 43 ++++++++++------- 3 files changed, 30 insertions(+), 72 deletions(-) diff --git a/files/templates/admin/admin_home.html b/files/templates/admin/admin_home.html index fc6f857289..dc31487c4c 100644 --- a/files/templates/admin/admin_home.html +++ b/files/templates/admin/admin_home.html @@ -13,10 +13,8 @@

Content

Users

diff --git a/files/templates/admin/removed_comments.html b/files/templates/admin/removed_comments.html index 324b63c016..bac408d79b 100644 --- a/files/templates/admin/removed_comments.html +++ b/files/templates/admin/removed_comments.html @@ -1,34 +1,10 @@ -{% extends "admin/image_posts.html" %} - +{% extends "admin/removed_posts.html" %} {% block title %} -Removed Content - +Comments {% endblock %} -{% block content %} - -
-
-
-
-
-

-				
Removed Posts
- -
- -
- -
-
-
- -
- -
- - {% block listing %} +{% block listing %}
@@ -46,28 +22,5 @@ {% endif %}
-{% endblock %} -
-
{% endblock %} -{% block pagenav %} - -{% endblock %} diff --git a/files/templates/admin/removed_posts.html b/files/templates/admin/removed_posts.html index 344e8af9a8..15eaf69b47 100644 --- a/files/templates/admin/removed_posts.html +++ b/files/templates/admin/removed_posts.html @@ -1,28 +1,35 @@ -{% extends "admin/image_posts.html" %} +{% extends "userpage.html" %} +{% block adminpanel %}{% endblock %} +{% block pagetype %}userpage{% endblock %} +{% block banner %}{% endblock %} +{% block mobileBanner %}{% endblock %} +{% block desktopBanner %}{% endblock %} +{% block desktopUserBanner %}{% endblock %} +{% block mobileUserBanner %}{% endblock %} + +{% block fixedMobileBarJS %} +{% endblock %} {% block title %} -Removed Content +removed Posts {% endblock %} {% block content %} -
-
-
-
-
-

-				
Removed Posts
- -
- -
- -
-
-
+
@@ -56,4 +63,4 @@ {% endif %} -{% endblock %} +{% endblock %} \ No newline at end of file