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
committerGitHub <noreply@github.com>2023-04-21 12:03:59 +0200
commitc487634c106888effbba680e02269e489ab911a6 (patch)
tree3836f76a931abfe5fd7455571ad5a753d4b634b3 /docs/topics/templates.txt
parent8ed25d65ea7546fafd808086fa07e7e5bb5428fc (diff)
downloaddjango-c487634c106888effbba680e02269e489ab911a6.tar.gz
Added meaningful titles to ..admonition:: directives.
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