Nigel van Keulen
Nigel van Keulen
I have noticed the `Locale '{0}' created` too. This can be fixed by defining `success_message` as a property function, instead of an attribute on the class - and properly formatting...
> @Nigel2392 let me try to reproduce this Here's my full code snippet, save you some time. (imports might be duplicated; i like to split my models into separate files.)...
> @Nigel2392 I am guessing the custom panels should appear on load of the admin page. Mine is rather blank.  I'm sorry. If you go to the settings section;...
> HI @Nigel2392 I think you might want to check that you have not made any mistake in your code. I wasn't able to reproduce the error you reported. I...
> @Nigel2392 have you tried using another browser? Yes. Tested on Chrome, Edge and Safari. Just to be clear from the screenshot you posted; you did not manually close the...
> @Temidayo32 adding the `collapsible collapsed` classes translates to "this element should be collapsible, and it should be collapsed (that is closed) when the page loads". So the issue is...
> Note. You may need to add a heading to MultiFieldPanel for the collapsible to work. A similar question came up in Slack about InlinePanel collapse not working and adding...
Currently this seems limited to pages alone. I would like to expand on this - Wagtail is built on django, and many Wagtail users still like to use core- django....
adding a holder attribute to the tooltip works, but it is then still buggy. it pops up when you click it, but instantly disappears.