mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Used :source: role in docs/howto/custom-template-tags.txt.
This commit is contained in:
parent
30d8932753
commit
94beb679a6
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue