Update paths in documentation

This commit is contained in:
Loic Teixeira 2018-02-23 16:52:22 +11:00 committed by Matt Westcott
parent 0b588e47eb
commit f6bcfbf31e

View file

@ -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