From d2f60edc79f4f6637afc3016689c7de706be19b9 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Fri, 17 Dec 2021 13:36:39 -0600 Subject: [PATCH] fix --- .../CHRISTMAS/admin/removed_comments.html | 73 +++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 files/templates/CHRISTMAS/admin/removed_comments.html diff --git a/files/templates/CHRISTMAS/admin/removed_comments.html b/files/templates/CHRISTMAS/admin/removed_comments.html new file mode 100644 index 0000000000..afe9ad9aa9 --- /dev/null +++ b/files/templates/CHRISTMAS/admin/removed_comments.html @@ -0,0 +1,73 @@ +{% extends "admin/image_posts.html" %} + + +{% block title %} +Removed Content + +{% endblock %} + +{% block content %} + +
+
+
+
+
+

+				
Removed Posts
+ +
+ +
+ +
+
+
+ +
+ +
+ + {% block listing %} + + +
+ {% with comments=listing %} + {% include "comments.html" %} + {% endwith %} + {% if not listing %} +
+
+
+
There are no comments here (yet).
+
+
+
+ {% endif %} +
+ +{% endblock %} +
+
+{% endblock %} + +{% block pagenav %} + +{% endblock %}