Right you are, fixed here: https://github.com/stephenmcd/mezzanine/commit/69fcdac74d6d283d9284f5e75b6869b27c81734d
Thanks! On Fri, Jul 3, 2015 at 4:33 PM, Lee H. <[email protected]> wrote: > The template block for related posts in the blog detail template has `for > post in blog_post.related_posts.all`, shouldn't it be > `for post in blog_post.related_posts.published` (or rather published for > that user...)? > > The way things are now, if a related post is unpublished it still gets > linked at the bottom of a blog post, and hence > the user can click it to arrive at a 404. > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Stephen McDonald http://jupo.org -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
