Update docs/features.rst

Co-authored-by: Peter Bittner <django@bittner.it>
This commit is contained in:
Petr Dlouhý 2022-07-18 15:06:04 +02:00 committed by GitHub
parent a5b90bb08f
commit f6e489d555
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,7 @@ or in the template:
{% analytical_head_top %}
{% endwith %}
or in context proessor:
or by implementing a context processor, e.g.
.. code-block:: python