Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
views.py: Update for Wagtail 2.12.13
Fix import after Wagtail update
  • Loading branch information
donald committed Mar 20, 2021
1 parent afd3f52 commit a7adaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpicms/base/views.py
Expand Up @@ -11,7 +11,7 @@
from wagtail.core import hooks
from wagtail.search.models import Query
from wagtail.admin.views.account import LogoutView as LView
from wagtail.admin.views.pages import get_valid_next_url_from_request
from wagtail.admin.views.pages.utils import get_valid_next_url_from_request

from .utils import can_create

Expand Down

0 comments on commit a7adaca

Please sign in to comment.