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