Oliver Bajusz

Results 3 comments of Oliver Bajusz

I feel like this should be explained in detail in the docs. This issue is pretty much the only place jinja2 is mentioned - apart from the release notes that...

Got wagtailmenus 3.1.9 working with jinja2 by doing as described here. https://github.com/jazzband/wagtailmenus/issues/89#issuecomment-343105489 Everything works nicely, however the active_class is always empty. ``` WAGTAILMENUS_USE_BACKEND_SPECIFIC_TEMPLATES = True WAGTAILMENUS_ACTIVE_CLASS = "test" WAGTAILMENUS_DEFAULT_MAIN_MENU_TEMPLATE =...