Oops, I answered too quickly, sorry. I have it in "pages" on my sites using an editable index page, but it's not the default.
Did you install django-debug-toolbar ? It's handy to debug templates paths. regards, Luc Le samedi 21 décembre 2013 à 23:32 +0100, Luc Milland a écrit : > Hi, > I think your mistake is here : > > > This is my theme directory: > > . > > ├── __init__.py > > ├── static > > │ ├── css > > │ ├── img > > │ └── js > > └── templates > > ├── base.html > > ├── includes > > │ └── footer_scripts.html > > └── index.html > > index.html should sit in templates/pages, not at "templates" root. > Let us know if it solves your problem ! > > regards, > Luc > -- 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/groups/opt_out.
