summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-10-14 06:04:56 +0200
committerGitHub <noreply@github.com>2021-10-14 06:04:56 +0200
commit94beb679a6448e2d88f9e088151a1af2e859d6de (patch)
tree83e6663fad13e022cc250bd91e726f3c403f398e /docs
parent30d8932753cd0e414469f8da7ebe21e963737273 (diff)
Used :source: role in docs/howto/custom-template-tags.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/custom-template-tags.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/custom-template-tags.txt b/docs/howto/custom-template-tags.txt
index a72dbdd50a..30ef76d208 100644
--- a/docs/howto/custom-template-tags.txt
+++ b/docs/howto/custom-template-tags.txt
@@ -79,8 +79,8 @@ an application.
.. admonition:: Behind the scenes
For a ton of examples, read the source code for Django's default filters
- and tags. They're in ``django/template/defaultfilters.py`` and
- ``django/template/defaulttags.py``, respectively.
+ and tags. They're in :source:`django/template/defaultfilters.py` and
+ :source:`django/template/defaulttags.py`, respectively.
For more information on the :ttag:`load` tag, read its documentation.