Fix numchild of events index in test fixture

This commit is contained in:
Karl Hobley 2015-09-02 13:55:55 +01:00
parent ae691f7ed0
commit f9df08a0c8

View file

@ -39,7 +39,7 @@
"model": "wagtailcore.page",
"fields": {
"title": "Events",
"numchild": 4,
"numchild": 5,
"show_in_menus": true,
"live": true,
"depth": 3,