diff --git a/docs/tutorial04.txt b/docs/tutorial04.txt index a2b93dab8b..20e2a2e3ba 100644 --- a/docs/tutorial04.txt +++ b/docs/tutorial04.txt @@ -215,7 +215,7 @@ By default, the ``object_detail`` generic view uses a template called in ``vote()``. Similarly, the ``object_list`` generic view uses a template called -``/_detail``. Thus, rename ``polls/index.html`` to +``/_list``. Thus, rename ``polls/index.html`` to ``polls/polls_list.html``. Because we have more than one entry in the URLconf that uses ``object_detail``