diff --git a/files/templates/admin/admin_home.html b/files/templates/admin/admin_home.html index fc6f85728..dc31487c4 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 324b63c01..bac408d79 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 344e8af9a..15eaf69b4 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