Add missing Page import

This commit is contained in:
Matt Westcott 2014-04-01 15:14:19 +01:00
parent e071cc89f4
commit 0666c67716

View file

@ -1,5 +1,7 @@
from django import template
from wagtail.wagtailcore.models import Page
register = template.Library()