diff options
Diffstat (limited to 'docs/templates_python.txt')
| -rw-r--r-- | docs/templates_python.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates_python.txt b/docs/templates_python.txt index 0d2d3717bb..04be6853f7 100644 --- a/docs/templates_python.txt +++ b/docs/templates_python.txt @@ -465,7 +465,7 @@ a template loader. Here are the built-in template loaders: directories, in this order: * ``/path/to/myproject/polls/templates/foo.html`` - * ``/path/to/myproject/music/templates/music.html`` + * ``/path/to/myproject/music/templates/foo.html`` Note that the loader performs an optimization when it is first imported: It caches a list of which ``INSTALLED_APPS`` packages have a ``templates`` |
