mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
Fix module path (wagtailforms.models should be wagtail.contrib.forms.models)
This commit is contained in:
parent
088d3ffc21
commit
6454e500ab
@ -23,7 +23,7 @@ Add ``wagtail.contrib.forms`` to your ``INSTALLED_APPS``:
|
||||
'wagtail.contrib.forms',
|
||||
]
|
||||
|
||||
Within the ``models.py`` of one of your apps, create a model that extends ``wagtailforms.models.AbstractEmailForm``:
|
||||
Within the ``models.py`` of one of your apps, create a model that extends ``wagtail.contrib.forms.models.AbstractEmailForm``:
|
||||
|
||||
|
||||
.. code-block:: python
|
||||
|
Loading…
Reference in New Issue
Block a user