mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-05-12 17:23:16 +00:00
fix missing Site class import;
fix missing reverse function import;
This commit is contained in:
parent
2cf95068ae
commit
6a3017d14a
1 changed files with 2 additions and 1 deletions
|
|
@ -5,8 +5,9 @@ import copy
|
|||
from django.conf import settings
|
||||
from django.http import Http404
|
||||
from django.db.models import Q
|
||||
from django.core.urlresolvers import reverse
|
||||
|
||||
from wagtail.wagtailcore.models import Page
|
||||
from wagtail.wagtailcore.models import Page, Site
|
||||
from wagtail.wagtailadmin.edit_handlers import FieldPanel,\
|
||||
MultiFieldPanel, FieldRowPanel
|
||||
from wagtail.wagtailadmin.views.pages import get_page_edit_handler,\
|
||||
|
|
|
|||
Loading…
Reference in a new issue