mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-30 12:50:36 +00:00
In Django 1.9+ if you do not add: 'builtins': ['overextends.templatetags.overextends_tags'], to your TEMPLATES section you will receive a TemplateSyntaxError when the overextends template files are rendered: "Invalid block tag on line". Including 'builtins': ['overextends.templatetags.overextends_tags'], per the overextends docs (and experience) resolves this error. https://github.com/stephenmcd/django-overextends |
||
|---|---|---|
| .. | ||
| customisation | ||
| i18n | ||
| images | ||
| deploying.rst | ||
| index.rst | ||
| jinja2.rst | ||
| performance.rst | ||
| privacy.rst | ||
| settings.rst | ||
| testing.rst | ||
| third_party_tutorials.rst | ||