I am just discovering this issue now. For example, with a multisite site up; let's say two sites that are properly configured, and you want the blog app (which references base.html) to have a different base.html for each site, the blog only uses the base.html of the top most INSTALLED_APP theme.
I am wondering what the cleanest way to approach this situation might be. Any ideas? On Wednesday, August 27, 2014 at 10:51:16 PM UTC-7, Jesse Ramirez wrote: > > I'm trying to set up a project using multi tenancy. I've set up > HOST_THEMES correctly. > > The issue is each app has it's own base.html that's not being called. > Instead only the topmost app in INSTALLED_APPS's base.html is being called. > So all themes are extending a single base.html not their own. > > I would like each site to use it's own base.html. Is this possible? > -- 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.
