0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
wagtail/docs/advanced_topics/customisation
Chris Townsend 8ac23d0554 Updated to include TEMPLATE requirement for Django 1.9+
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
2016-03-24 21:38:58 +00:00
..
branding.rst Updated to include TEMPLATE requirement for Django 1.9+ 2016-03-24 21:38:58 +00:00
index.rst Moved page editor customisation to customisation section 2015-05-30 23:17:39 +01:00
page_editing_interface.rst Various typo fixes and grammar/clarity improvements. 2016-03-10 15:11:41 +00:00