diff options
Diffstat (limited to 'docs/topics/templates.txt')
| -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 |
