Skip to content

Commit

Permalink
Adjust wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Aug 25, 2024
1 parent a21931c commit 18172f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ partialdef %}`` tag to your template to mark the reusable section:
{% endblock %}

Here the core content for your table is contained by the ``table-section``
partial. When the full page is rendered, the ``inline`` partial argument means
that the table will be output as normal.
partial. Due to the ``inline`` argument, when the full page is rendered the
table will be output as normal.

Then in your view, when you're making an HTMX request you can append the
In your view, then, when you're making an HTMX request, you can append the
partial name to your template name in order to render only that fragment:

.. code-block:: python
Expand Down

0 comments on commit 18172f8

Please sign in to comment.