mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
8ac23d0554
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 |