From b108360407af17b2220b1144e9fb10a961175ba7 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 9 Aug 2005 00:43:33 +0000 Subject: [PATCH] Fixed #290 -- Thanks, Matt Croydon git-svn-id: http://code.djangoproject.com/svn/django/trunk@437 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/tutorial04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``