mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-16 21:11:01 +00:00
Update paths in documentation
This commit is contained in:
parent
0b588e47eb
commit
f6bcfbf31e
1 changed files with 1 additions and 1 deletions
|
|
@ -563,7 +563,7 @@ Finally, we add a URL param of `id` based on the ``form_submission`` if it exist
|
|||
.. code-block:: python
|
||||
|
||||
from django.shortcuts import redirect
|
||||
from wagtail.wagtailadmin.edit_handlers import (
|
||||
from wagtail.admin.edit_handlers import (
|
||||
FieldPanel, FieldRowPanel, InlinePanel, MultiFieldPanel, PageChooserPanel)
|
||||
from wagtail.contrib.forms.models import AbstractEmailForm
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue