diff --git a/docs/topics/class-based-views.txt b/docs/topics/class-based-views.txt
index 7647489..f5fb60d 100644
a
|
b
|
name. In this case, the inferred template will be
|
154 | 154 | app that defines the model, while the "publisher" bit is just the lowercased |
155 | 155 | version of the model's name. |
156 | 156 | |
| 157 | .. note:: |
| 158 | Thus, when the :class:`django.template.loaders.app_directories.Loader` |
| 159 | template loader is enabled in :setting:`TEMPLATE_LOADERS`, the template |
| 160 | location would be:: |
| 161 | |
| 162 | /path/to/project/books/templates/books/publisher_list.html |
| 163 | |
157 | 164 | .. highlightlang:: html+django |
158 | 165 | |
159 | 166 | This template will be rendered against a context containing a variable called |