From 6c9069a196523fc18e1f7be5f26fa15ec9620b01 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 14 Feb 2024 18:12:42 +0200 Subject: [PATCH] move report box in post_listing.html --- files/templates/post_listing.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/files/templates/post_listing.html b/files/templates/post_listing.html index 8f75e88c7..d08ae9903 100644 --- a/files/templates/post_listing.html +++ b/files/templates/post_listing.html @@ -32,8 +32,6 @@ {% 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')}} -
@@ -90,6 +88,9 @@ + + {{macros.reports(p, 'post')}} +
{% if p.cw %} CHILD WARNING