mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-23 16:14:48 +00:00
add reference anchors
This commit is contained in:
parent
ea7237ec9f
commit
8d2ee74be0
3 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
.. _api_v2_configuration:
|
||||
==================================
|
||||
Wagtail API v2 Configuration Guide
|
||||
==================================
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
.. _extending_hallo:
|
||||
Extending the Hallo Editor
|
||||
==========================
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ Similarly, documents can be made private by placing them in a collection with ap
|
|||
|
||||
Private pages and documents work on Wagtail out of the box - the site implementer does not need to do anything to set them up. However, the default "log in" and "password required" forms are only bare-bones HTML pages, and site implementers may wish to replace them with a page customised to their site design.
|
||||
|
||||
.. _login_page:
|
||||
|
||||
Setting up a login page
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue