# HG changeset patch # User neko259 # Date 2016-08-26 14:10:28 # Node ID d57d7e7e211bf32e5e8085d6e960b9a46b2170a5 # Parent a6a1e6be870f994ddac263693da61b21ed36c241 Feed of posts for the specific IP (works only for moderators who can delete posts) diff --git a/boards/templates/boards/post.html b/boards/templates/boards/post.html --- a/boards/templates/boards/post.html +++ b/boards/templates/boards/post.html @@ -7,6 +7,9 @@
#{{ post.id }} {{ post.title }} + {% if perms.boards.change_post %} + * + {% endif %}