mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-22 00:40:26 +00:00
Fix site ref in docs
This commit is contained in:
parent
df9a5e31fa
commit
90552bedb5
2 changed files with 3 additions and 2 deletions
|
|
@ -61,8 +61,7 @@ will contain the correct URLs:
|
|||
</url>
|
||||
|
||||
|
||||
Find out more about `working with Sites
|
||||
</reference/pages/model_reference.html?highlight=site#site>`.
|
||||
Find out more about :ref:`working with Sites<site-model-ref>`.
|
||||
|
||||
|
||||
Customising
|
||||
|
|
|
|||
|
|
@ -178,6 +178,8 @@ In addition to the model fields provided, ``Page`` has many properties and metho
|
|||
Forms must be a subclass of :class:`~wagtail.wagtailadmin.forms.WagtailAdminPageForm`.
|
||||
See :ref:`custom_edit_handler_forms` for more information.
|
||||
|
||||
.. _site-model-ref:
|
||||
|
||||
``Site``
|
||||
========
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue