We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
frontend_tags
frontend
1 parent 5135e52 commit 662b357Copy full SHA for 662b357
docs/source/how-to/inline-editing.rst
@@ -27,7 +27,7 @@ Syntax:
27
28
.. code-block:: django
29
30
- {% load frontend_tags %}
+ {% load frontend %}
31
{% inline_field instance "field_name" %}
32
33
- ``instance`` - The plugin or model instance.
@@ -80,7 +80,7 @@ Step-by-Step: Adding Inline Editing to a custom frontend component
80
81
82
83
84
85
<div class="custom-component">
86
<h2>{% inline_field instance "title" %}</h2>
0 commit comments