Skip to content

Commit 662b357

Browse files
committed
fix: Docs references frontend_tags instead of frontend
1 parent 5135e52 commit 662b357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/how-to/inline-editing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Syntax:
2727

2828
.. code-block:: django
2929
30-
{% load frontend_tags %}
30+
{% load frontend %}
3131
{% inline_field instance "field_name" %}
3232
3333
- ``instance`` - The plugin or model instance.
@@ -80,7 +80,7 @@ Step-by-Step: Adding Inline Editing to a custom frontend component
8080

8181
.. code-block:: django
8282
83-
{% load frontend_tags %}
83+
{% load frontend %}
8484
8585
<div class="custom-component">
8686
<h2>{% inline_field instance "title" %}</h2>

0 commit comments

Comments
 (0)