client/posts: fix post mgmt privilege checking
This commit is contained in:
parent
9aa59a228e
commit
8c0fa7f49e
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
|||
</section>
|
||||
<% } %>
|
||||
|
||||
<% if (ctx.canFeaturePosts) { %>
|
||||
<% if (ctx.canFeaturePosts || ctx.canDeletePosts) { %>
|
||||
<section class='management'>
|
||||
<ul>
|
||||
<% if (ctx.canFeaturePosts) { %>
|
||||
|
|
Loading…
Reference in a new issue