Verdant -> Wagtail on initial page title

pull/3/head
Matt Westcott 2014-01-30 10:48:32 +00:00
rodzic f364e2be04
commit 1be6e3bddf
1 zmienionych plików z 1 dodań i 1 usunięć
wagtail/wagtailcore/migrations

Wyświetl plik

@ -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',