I'd like to be able to access blog_posts.objects_list in the blog_post_detail template. I figured out how to do it by modifying the source view to include "blog_posts" and not the specific instance based on the slug but I'm wondering if there is a way to do it without messing with the source code? Is there a template tag for doing this or could I write my own?
By the way, I'm trying to make it so a blog post list permanently on the right panel even when viewing specific blog detail. Essentially, I'm trying to put together a site similar to this template: https://mezzathe.me/preview/buffalo/ -- 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.
