mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/posts: fix post mgmt privilege checking
This commit is contained in:
@ -84,7 +84,7 @@
|
||||
</section>
|
||||
<% } %>
|
||||
|
||||
<% if (ctx.canFeaturePosts) { %>
|
||||
<% if (ctx.canFeaturePosts || ctx.canDeletePosts) { %>
|
||||
<section class='management'>
|
||||
<ul>
|
||||
<% if (ctx.canFeaturePosts) { %>
|
||||
|
Reference in New Issue
Block a user