diff options
Diffstat (limited to 'content/post.go')
-rw-r--r-- | content/post.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/post.go b/content/post.go index eb46de7..206532c 100644 --- a/content/post.go +++ b/content/post.go @@ -91,5 +91,5 @@ func (p *Post) Editor() *editor.Editor { return &p.editor } // Accepts accepts or recjects external requests to submit Review submissions func (p *Post) Accepts() bool { - return false + return true } |