From 4fc05fc79ee97c33aac0bcbbe272ec8ca66e644e Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 16 Feb 2018 10:31:12 +0000 Subject: [PATCH] Tutorial should refer to 'Pages', not 'Explorer' (#4293) --- docs/getting_started/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/tutorial.rst b/docs/getting_started/tutorial.rst index 61dc99d35..d00de6ac1 100644 --- a/docs/getting_started/tutorial.rst +++ b/docs/getting_started/tutorial.rst @@ -90,7 +90,7 @@ Run ``python manage.py makemigrations``, then changes. You must run the above commands each time you make changes to the model definition. -You can now edit the homepage within the Wagtail admin area (go to Explorer, Homepage, then Edit) to see the new body field. Enter some text into the body field, and publish the page. +You can now edit the homepage within the Wagtail admin area (go to Pages, Homepage, then Edit) to see the new body field. Enter some text into the body field, and publish the page. The page template now needs to be updated to reflect the changes made to the model. Wagtail uses normal Django templates to render each page