From 89713985ffefa0852d86cafa567dde2f65f5b494 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 15 Feb 2024 20:28:26 +0200 Subject: [PATCH] Revert "move report box in post_listing.html" This reverts commit 6c9069a196523fc18e1f7be5f26fa15ec9620b01. --- files/templates/post_listing.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/files/templates/post_listing.html b/files/templates/post_listing.html index d08ae9903..8f75e88c7 100644 --- a/files/templates/post_listing.html +++ b/files/templates/post_listing.html @@ -32,6 +32,8 @@ {% set v_forbid_deleted = (p.deleted_utc != 0 or p.is_banned) and not (v and v.admin_level >= PERMS['POST_COMMENT_MODERATION']) and not (v and v.id == p.author_id) %} + {{macros.reports(p, 'post')}} +
@@ -88,9 +90,6 @@ - - {{macros.reports(p, 'post')}} -
{% if p.cw %} CHILD WARNING