diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2009-09-12 22:48:20 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2009-09-12 22:48:20 +0000 |
| commit | 94d8da31da655b2ea70d6484d9768097396bc9b9 (patch) | |
| tree | d2904ab733b9de419b0680dcd10704c17778b38a /docs/howto | |
| parent | 94885bac7bbb74d0092163f91e79af04bbce92d6 (diff) | |
Fixed #11780 -- Corrected a typo in the static file serving docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11535 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/howto')
| -rw-r--r-- | docs/howto/static-files.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/static-files.txt b/docs/howto/static-files.txt index 43062bebb6..9e6511a743 100644 --- a/docs/howto/static-files.txt +++ b/docs/howto/static-files.txt @@ -126,7 +126,7 @@ Here's the default ``static/directory_index.html`` template: listings. The template that was loaded had to be called ``static/directory_listing`` (with no ``.html`` extension). For backwards compatibility with earlier versions, Django will still load templates with - the older (no extension) name, but it will prefer a the + the older (no extension) name, but it will prefer the ``directory_index.html`` version. Limiting use to DEBUG=True |
