Index: src/views/partials/profile-sheet.ejs
===================================================================
--- src/views/partials/profile-sheet.ejs	(revision b94c08ee93afe04552667726a69e8b5eb5629d16)
+++ src/views/partials/profile-sheet.ejs	(revision 8afbdd6572a947bce4726d5aa0d0aa0d6c7e5067)
@@ -14,5 +14,6 @@
 
 const _isAdmin = (user.role === 'god' || user.role === 'admin');
-const _canPost = !!(typeof permissions !== 'undefined'
+const _canPost = !!((typeof canMutate === 'undefined' || canMutate)
+                    && typeof permissions !== 'undefined'
                     && permissions
                     && permissions.canCreatePost
