mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-24 06:43:46 +00:00
Added missing import
This commit is contained in:
parent
566aa5a3c1
commit
62b8155792
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ from django.utils.functional import cached_property
|
|||
from django.utils.http import urlquote
|
||||
from django.utils.translation import ugettext as _
|
||||
|
||||
from wagtail.wagtailcore.models import Page
|
||||
from wagtail.wagtailcore.models import Page, UserPagePermissionsProxy
|
||||
|
||||
|
||||
class AdminURLHelper(object):
|
||||
|
|
|
|||
Loading…
Reference in a new issue