File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff 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
3535To use a frontend plugin in a template you need to load the ``frontend `` tags
Original file line number Diff line number Diff 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+
235241Limitations of template components
236242----------------------------------
237243
You can’t perform that action at this time.
0 commit comments