client/posts: fix post mgmt privilege checking

This commit is contained in:
rr- 2016-10-21 22:46:25 +02:00
parent 9aa59a228e
commit 8c0fa7f49e

View file

@ -84,7 +84,7 @@
</section>
<% } %>
<% if (ctx.canFeaturePosts) { %>
<% if (ctx.canFeaturePosts || ctx.canDeletePosts) { %>
<section class='management'>
<ul>
<% if (ctx.canFeaturePosts) { %>