From ed32bc8444b5df6bf54d613cf07085b4825c85b8 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Mon, 28 Oct 2019 11:16:54 +0000 Subject: [PATCH] fixup! Record time and user when a page is locked --- docs/reference/pages/model_reference.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/pages/model_reference.rst b/docs/reference/pages/model_reference.rst index 48e3f92eee..cc936775c3 100644 --- a/docs/reference/pages/model_reference.rst +++ b/docs/reference/pages/model_reference.rst @@ -104,10 +104,10 @@ Database fields (boolean) - When set to ``True``, the Wagtail editor will not allow any user's to edit + When set to ``True``, the Wagtail editor will not allow any users to edit the content of the page. - If ``locked_by`` is also set, only that user cat edit the page. + If ``locked_by`` is also set, only that user can edit the page. .. attribute:: locked_by