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 %}