Added meaningful titles to ..admonition:: directives.

This commit is contained in:
Mariusz Felisiak 2023-04-21 12:03:59 +02:00 committed by GitHub
parent 8ed25d65ea
commit c487634c10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 10 deletions

View file

@ -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