Fixed #290 -- Thanks, Matt Croydon

git-svn-id: http://code.djangoproject.com/svn/django/trunk@437 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-08-09 00:43:33 +00:00
parent ee52eba85a
commit b108360407
1 changed files with 1 additions and 1 deletions

View File

@ -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
``<app_label>/<module_name>_detail``. Thus, rename ``polls/index.html`` to
``<app_label>/<module_name>_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``