mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-05-12 09:13:15 +00:00
Remove extraneous Meta class from PageTR
This commit is contained in:
parent
8c246f7f89
commit
ee3bda2248
1 changed files with 0 additions and 3 deletions
|
|
@ -7,9 +7,6 @@ from wagtail.wagtailcore.models import Page
|
|||
|
||||
@register(Page)
|
||||
class PageTR(TranslationOptions):
|
||||
class Meta:
|
||||
managed = False
|
||||
|
||||
fields = (
|
||||
'title',
|
||||
'slug',
|
||||
|
|
|
|||
Loading…
Reference in a new issue