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.
