mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 01:03:11 +00:00
Verdant -> Wagtail on initial page title
This commit is contained in:
parent
f364e2be04
commit
1be6e3bddf
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue