From 1658ed5d18d8c1e94f3ba3b2c4ca64bff4bf955f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 12 Sep 2021 08:51:02 +0200 Subject: [PATCH] fd --- files/templates/admin/image_posts.html | 2 +- files/templates/admin/removed_posts.html | 2 +- files/templates/admin/reported_comments.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/admin/image_posts.html b/files/templates/admin/image_posts.html index 9ed678ab9..68242ec16 100644 --- a/files/templates/admin/image_posts.html +++ b/files/templates/admin/image_posts.html @@ -48,7 +48,7 @@
{% block listing %} -
+
{% include "submission_listing.html" %}
{% endblock %} diff --git a/files/templates/admin/removed_posts.html b/files/templates/admin/removed_posts.html index e26a52abe..fc82c3c51 100644 --- a/files/templates/admin/removed_posts.html +++ b/files/templates/admin/removed_posts.html @@ -30,7 +30,7 @@
{% block listing %} -
+
{% include "submission_listing.html" %}
{% endblock %} diff --git a/files/templates/admin/reported_comments.html b/files/templates/admin/reported_comments.html index 727d58694..c264aa8cf 100644 --- a/files/templates/admin/reported_comments.html +++ b/files/templates/admin/reported_comments.html @@ -5,7 +5,7 @@ {% block listing %} -
+
{% with comments=listing %} {% include "comments.html" %} {% endwith %}