Fix typo in customisation.md

I'm pretty sure that "modal" should be "model" in this context.
pull/11365/head
sheepman4267 2024-01-08 21:33:29 -05:00 zatwierdzone przez LB (Ben Johnston)
rodzic e25c1bb1a0
commit b7605a4c15
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -798,7 +798,7 @@ class FormPage(AbstractEmailForm):
## Using `FormMixin` or `EmailFormMixin` to use with other `Page` subclasses
If you need to add form behaviour while extending an additional class, you can use the base mixins instead of the abstract modals.
If you need to add form behaviour while extending an additional class, you can use the base mixins instead of the abstract models.
```python
from wagtail.models import Page