wagtail/docs/advanced_topics/customisation
Matt Westcott 92b4f68c67 Don't call static() when constructing HalloPlugins
This isn't necessary, since Django form media fills in static paths itself - and doing it at module level will break on startup with certain staticfiles configurations if collectstatic hasn't run yet. Fixes #3829
2017-09-07 16:21:24 +01:00
..
admin_templates.rst Added a submit_buttons block to login template 2017-02-11 22:58:53 +00:00
custom_user_models.rst Move custom user forms example to a new page under advanced_topics/customisation 2016-05-12 15:34:14 +01:00
index.rst Document new blocks in login template 2016-11-28 12:41:06 +00:00
page_editing_interface.rst Don't call static() when constructing HalloPlugins 2017-09-07 16:21:24 +01:00