summaryrefslogtreecommitdiff
path: root/docs/topics/templates.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-04-21 12:03:59 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-04-21 12:04:21 +0200
commita4f7d935a21ba414e77e9d720434cc7e9bb325c6 (patch)
tree0a159d1c497d6f02114148d3cc24a9cc320f67a3 /docs/topics/templates.txt
parentd1eb9b29945707c78f524b57577ef87b498cdaa0 (diff)
[4.2.x] Added meaningful titles to ..admonition:: directives.
Backport of c487634c106888effbba680e02269e489ab911a6 from main
Diffstat (limited to 'docs/topics/templates.txt')
-rw-r--r--docs/topics/templates.txt2
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