mirror of https://github.com/django/django.git
[4.0.x] Used :source: role in docs/howto/custom-template-tags.txt.
Backport of 94beb679a6
from main
This commit is contained in:
parent
3e27ac131e
commit
7e5f3b5480
|
@ -79,8 +79,8 @@ an application.
|
||||||
.. admonition:: Behind the scenes
|
.. admonition:: Behind the scenes
|
||||||
|
|
||||||
For a ton of examples, read the source code for Django's default filters
|
For a ton of examples, read the source code for Django's default filters
|
||||||
and tags. They're in ``django/template/defaultfilters.py`` and
|
and tags. They're in :source:`django/template/defaultfilters.py` and
|
||||||
``django/template/defaulttags.py``, respectively.
|
:source:`django/template/defaulttags.py`, respectively.
|
||||||
|
|
||||||
For more information on the :ttag:`load` tag, read its documentation.
|
For more information on the :ttag:`load` tag, read its documentation.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue