diff --git a/files/templates/post_listing.html b/files/templates/post_listing.html index 068bdc9a26..04276d980c 100644 --- a/files/templates/post_listing.html +++ b/files/templates/post_listing.html @@ -271,6 +271,8 @@ {% endif %} {% endfor %} + + {% if v %} {% include "modals/delete_post.html" %} {% include "modals/report_post.html" %} @@ -285,5 +287,3 @@ {% if v and v.admin_level >= PERMS['POST_COMMENT_MODERATION'] %} {% endif %} - -