Verdant -> Wagtail on initial page title

This commit is contained in:
Matt Westcott 2014-01-30 10:48:32 +00:00
parent f364e2be04
commit 1be6e3bddf

View file

@ -21,7 +21,7 @@ class Migration(DataMigration):
)
homepage = orm['wagtailcore.page'].objects.create(
title="Welcome to your new Verdant site!",
title="Welcome to your new Wagtail site!",
slug='home',
content_type=page_content_type,
path='00010001',