Hi, I've been working on a theme, and the page model I created works great. However, when I began to start integrating the blog pages into my theme app, I noticed that all of the blog pages are merely rendered with my new theme, minus the actual post content (just a header and footer). I have copied the relevant page templates over from mezzanine.blog with python manage.py collecttemplates mezzanine.blog and moved them from templates/blog to theme/templates/, for example blog_post_detail.html is now in theme/templates/blog/blog_post_detail.html. Does anyone have any ideas as to what I'm doing wrong?
Cheers, Avery -- 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.
