mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-04 21:44:44 +00:00
Add missing Page import
This commit is contained in:
parent
e071cc89f4
commit
0666c67716
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
from django import template
|
||||
|
||||
from wagtail.wagtailcore.models import Page
|
||||
|
||||
register = template.Library()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue