Skip to content

Commit 958a7a4

Browse files
committed
Docs fixes
1 parent 3419e17 commit 958a7a4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/source/how-to/use-frontend-as-component.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repetition.
2929
* To include all ``djangocms-frontend`` plugins, use
3030
``djangocms_frontend.cms_plugins.CMSUIPlugin`` in the setting.
3131

32-
* To include all :ref:`custom_components`, use
32+
* To include all :ref:`custom components <custom_components>`, use
3333
``djangocms_frontend.cms_plugins.CMSUIComponent`` in the setting.
3434

3535
To use a frontend plugin in a template you need to load the ``frontend`` tags

docs/source/tutorial/template_components.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,12 @@ marked as inline fields to activate inline editing. Simply replace ``{{ title }}
232232

233233
``djangocms-frontend`` will automatically register these fields with the list ``frontend_editable_fields``.
234234

235+
.. note::
236+
237+
Django's ``runserver`` command only watches for Python source file changes. If you make changes to the
238+
template files, you need to restart the server manually to see the changes.
239+
240+
235241
Limitations of template components
236242
----------------------------------
237243

0 commit comments

Comments
 (0)