diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-04-21 12:03:59 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-04-21 12:04:21 +0200 |
| commit | a4f7d935a21ba414e77e9d720434cc7e9bb325c6 (patch) | |
| tree | 0a159d1c497d6f02114148d3cc24a9cc320f67a3 /docs/topics | |
| parent | d1eb9b29945707c78f524b57577ef87b498cdaa0 (diff) | |
[4.2.x] Added meaningful titles to ..admonition:: directives.
Backport of c487634c106888effbba680e02269e489ab911a6 from main
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/templates.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/templates.txt b/docs/topics/templates.txt index 6920d2dfcd..df55cccb06 100644 --- a/docs/topics/templates.txt +++ b/docs/topics/templates.txt @@ -396,7 +396,7 @@ here's what Django will look for: When Django finds a template that exists, it stops looking. -.. admonition:: Tip +.. admonition:: Use ``django.template.loader.select_template()`` for more flexibility You can use :func:`~django.template.loader.select_template()` for flexible template loading. For example, if you've written a news story and want |
