From dfe66cc52d9088dbf56ff38c50d791da2eefed78 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Wed, 26 Oct 2016 13:01:22 -0700 Subject: fixing Externalable interface implementation for Post type --- content/post.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/post.go') 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 } -- cgit v1.2.3