mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-26 07:43:44 +00:00
avoid referring to an internal function name in hook docs
This commit is contained in:
parent
23c02ecfa1
commit
b81e5c6b85
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ Hooks for customising the way users are directed through the process of creating
|
|||
``before_move_page``
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Called at the beginning of the "move_confirm page" view passing in the request, the page object and the destination page object.
|
||||
Called at the beginning of the "move page" view passing in the request, the page object and the destination page object.
|
||||
|
||||
Uses the same behaviour as ``before_create_page``.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue