2023-02-14 21:38:38 +01:00
<!-- Thanks for contributing to Wagtail! 🎉 Please add a description below, explaining the purpose of this pull request - including the issue number of the issue you're fixing (if applicable). -->
Fixes #...
2016-09-08 12:03:16 +02:00
2022-03-26 17:43:21 +01:00
_Please check the following:_
2022-06-01 15:08:56 +02:00
- [ ] Do the tests still pass?[^1]
- [ ] Does the code comply with the style guide?
- [ ] Run `make lint` from the Wagtail root.
- [ ] For Python changes: Have you added tests to cover the new/fixed behaviour?
- [ ] For front-end changes: Did you test on all of Wagtail’ s supported environments?[^2]
- [ ] **Please list the exact browser and operating system versions you tested** :
- [ ] **Please list which assistive technologies [^3] you tested** :
- [ ] For new features: Has the documentation been updated accordingly?
2022-03-26 17:43:21 +01:00
2022-06-01 15:08:56 +02:00
**Please describe additional details for testing this change**.
2022-03-26 17:43:21 +01:00
[^1]: [Development Testing ](https://docs.wagtail.org/en/latest/contributing/developing.html#testing )
[^2]: [Browser and device support ](https://docs.wagtail.org/en/latest/contributing/developing.html#browser-and-device-support )
2022-06-01 15:08:56 +02:00
[^3]: [Accessibility Target ](https://docs.wagtail.org/en/latest/contributing/developing.html#accessibility-targets )